Skip to content

Instantly share code, notes, and snippets.

Created February 22, 2016 21:26
Show Gist options
  • Save anonymous/477b903ddc621afc1512 to your computer and use it in GitHub Desktop.
Save anonymous/477b903ddc621afc1512 to your computer and use it in GitHub Desktop.
Inject sipgate.js into a website
<script charset="utf-8" src="https://sipgatesocket.herokuapp.com/static/sipgate.min.js">
</script>
<script charset="utf-8">
new Sipgate.io.live("{{uuid}}");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment