-
-
Save BlackMac/f58ff360b098072331d5 to your computer and use it in GitHub Desktop.
Inject sipgate.js into a website
This file contains 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 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