Question

Receive calls for custom app

  • 7 May 2020
  • 2 replies
  • 1216 views

Hi, I'm integrating ring central in my own app, and I want to know if is possible to receive and answer the phone in my app with the ring central API.

Thanks in advance.


2 replies

Userlevel 1

Short answer is yes.

You can implement PubNub or Webhook, then register for the telephony session notification

Then you can use the Call Control APIs to answer incoming calls.

PubNub or Webhook helps in event subscription which means you will receiving server-side notifications about events of interest to an application. It's actually method of receiving push notifications and customize your app. RingCentral APIs let you customize your own apps to make and receive calls,

One similar question example here

Reply