Created
November 9, 2015 05:47
-
-
Save dgershman/1c7e4b2d5603f00fa8dd 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(); | |
| }); | |
| </script> | |
| <input type="button" value="mute" onclick="talk.mute();" /> | |
| <input type="button" value="unmute" onclick="talk.unmute();" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment