Concepts
Embeddable Dialer
The dialer interface is not itself a softphone, but it can be used to control Vonage devices such as a hard wired phone or the Vonage Business Communications Desktop or Mobile applications. To learn more about using Vonage Business Communications, visit the Vonage Learning Center.
How to Embed the Vonage Business Communications ContactPad
<script data-provider='uc' src='https://apps.gunify.vonage.com/cti/common/vonage.dialer.sdk.js'></script>
How To Embed Contact Center ContactPad
This same SDK can be used to embed the Vonage Contact Center (CC) ContactPad. Some functionality, such as customizing the dialer interface and bringing your own contacts is not available. The interface requires a 200px by 400px container size as described in the Loading the Open ContactPad SDK section.
<script data-provider='cc' data-cc-domain='nam.newvoicemedia.com' src='https://apps.gunify.vonage.com/cti/common/vonage.dialer.sdk.js'></script>
For Vonage Contact Center APIs, visit the Vonage Contact Center Developer Portal.
Continue to Loading the Open ContactPad SDK.