Skip to content

Instantly share code, notes, and snippets.

@dgershman
Created November 9, 2015 05:47
Show Gist options
  • Select an option

  • Save dgershman/1c7e4b2d5603f00fa8dd to your computer and use it in GitHub Desktop.

Select an option

Save dgershman/1c7e4b2d5603f00fa8dd to your computer and use it in GitHub Desktop.
<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