This is the web plugin for Mocean's API WebRTC service. Sign up for free at moceanapi.com.
<div id="mocean-web-phone"></div>
<script src="https://cdn.jsdelivr.net/gh/MoceanAPI/moceanapi-webphone/moceanapi-webphone.min.js"></script>
<script>
CreateWebPhone({
apiKey: API_KEY,
apiSecret: API_SECRET,
callerId: CALLER_ID,
});
</script>Custom Div ID
<div id="CUSTOM_CONTAINER_ID"></div>
<script src="https://cdn.jsdelivr.net/gh/MoceanAPI/moceanapi-webphone/moceanapi-webphone.min.js"></script>
<script>
CreateWebPhone({
apiKey: API_KEY,
apiSecret: API_SECRET,
callerId: CALLER_ID,
containerID: CUSTOM_CONTAINER_ID
});
</script>You can try out our example app here.