Skip to main content
Question

Can I use the RingCentral API to receive push notifications of inbound/outbound calling activity instead of polling it?

  • April 13, 2016
  • 3 replies
  • 1461 views

I saw this question being asked in a customer email thread and wanted to share it to help benefit all our developers...


Can I use the RingCentral API to receive push notifications of inbound/outbound calling activity instead of polling it?

3 replies

  • Author
  • Found Your Voice
  • April 13, 2016
Our Subscription (Push Notification) API resource empowers developers to enable their client application(s) to create a single subscription (to one or more extension's) and continually receive push notifications in real time for each subscribed extension.

However, this subscription has an expiration time but using the official RingCentral SDKs enables developers to automatically renew the subscription(s) on a timely basis.

When using this approach for your application(s) to receive events on your RingCentral account, no polling is involved.

Subscription API: https://developer.ringcentral.com/api-docs/latest/index.html#!#Notifications.html

View the (official and community developed) RingCentral SDKs: https://developers.ringcentral.com/library/sdks.html

  • The First Step
  • July 13, 2016
Hi 
Benjamin
I am using the RCdotNetXDK c# sdk. using this SDk how can i enable the notification about the incoming call in my application?

  • Author
  • Found Your Voice
  • July 13, 2016
This question would be best asked in the Github Issue Tracker for the C# SDK Repository, here: https://github.com/ringcentral/ringcentral-csharp/issues