Skip to content

Instantly share code, notes, and snippets.

@BlackMac
BlackMac / sipgate.html
Last active February 22, 2016 21:53 — forked from anonymous/sipgate.html
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>