Last active
August 18, 2017 13:56
-
-
Save BlackMac/9d6364068cf4b601cbc7bc37ac8e0355 to your computer and use it in GitHub Desktop.
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 src="https://phone.sipgate.com/static/js/webphone.js"></script> | |
<div id='sipgate-webphone-container' style="height: 550px; width: 400px;"></div> | |
<script> | |
var webphone = new SipgateWebphone(); | |
webphone.init({ | |
container: document.getElementById('sipgate-webphone-container'), | |
clientId: 'CLIENT_ID' | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment