Skip to content

Instantly share code, notes, and snippets.

@BlackMac
Last active August 18, 2017 13:56
Show Gist options
  • Save BlackMac/9d6364068cf4b601cbc7bc37ac8e0355 to your computer and use it in GitHub Desktop.
Save BlackMac/9d6364068cf4b601cbc7bc37ac8e0355 to your computer and use it in GitHub Desktop.
<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