Last active
February 6, 2020 07:04
-
-
Save hiszpanski/8dce7b61c7706490943516d3dfd903c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<video id="remoteVideo" autoplay muted playsinline></video> | |
<script src="alohasdk.js"></script> | |
<script> | |
alohasdk.Call({ | |
deviceId: "xxxxxxxx", | |
authToken: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", | |
remoteVideo: remoteVideo, | |
}).then((pc) => { | |
console.log(pc.getConfiguration()); | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment