Last active
December 24, 2015 22:58
-
-
Save dgershman/3dc91750ab224ae3c314 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
| <script type="text/javascript" src="https://app.yax.io/yax.min.js"></script> | |
| <script type="text/javascript"> | |
| // pass your api key | |
| var talk = new Talk("9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08", function() { | |
| talk.connect(); | |
| }); | |
| document.getElementById("roomName").value = talk.getRoom(); | |
| </script> | |
| <div id="roomName"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment