Sample Applications and their source codes are available on Github to enable developers to understand how to build applications using EnableX API. Each of the sample application is developed to showcase a specific use case. Therefore, these applications methods may not cover every aspect of EnableX API, but helps you get started with coding quickly.

Table of Contents

All Voice service APIs are REST implementation, so unlike other services these do not have any language or framework binding. Developer just needs to figure out on how to make these REST request and also respond to WebHooks and or REST events/responses from the EnableX Server. As a showcase, all samples on the github are developed using nodejs.

Incoming Voice Call Sample App

This Sample Application demonstrates how to use Enablex handle Incoming Calls in any Application. To use this Application you need to sign-up with EnableX and create a Project with Voice Service.

Outbound Voice Call Sample App

This Sample Application demonstrates how to use Enablex Voice APIs to make Outbound Calls from any Application. To use this Application you need to sign-up with EnableX and create a Project with Voice Service.

Voice Call Bridging Sample App

This Sample Application demonstrates how to use Enablex Voice APIs to make Outbound Calls from any Application and bridge them together. To use this Application you need to sign-up with EnableX and create a Project with Voice Service.

Message Broadcasting Sample App

This Sample Application showcases how to use Message Broadcasting APIs to broadcast Voice Call. To use this Application you need to sign-up with EnableX and create a Project with Voice Service.