Skip to content

Instantly share code, notes, and snippets.

@hiszpanski
Last active February 6, 2020 07:04
Show Gist options
  • Save hiszpanski/8dce7b61c7706490943516d3dfd903c5 to your computer and use it in GitHub Desktop.
Save hiszpanski/8dce7b61c7706490943516d3dfd903c5 to your computer and use it in GitHub Desktop.
<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