Question

How to find live incoming call event using C#

  • 18 February 2019
  • 2 replies
  • 1802 views

Hi ,


I am writing call centre type application, If call comes , I want to find that event in c# and pop up my screen.So I need to find live incoming call. So is there any possibility to find that event in c#.


2 replies

You need to setup subscriptions: https://github.com/ringcentral/ringcentral-csharp-client/blob/master/RingCentral.Test/SubscripotionT...

Use eventFilter /restapi/v1.0/account/~/extension/~/presence?detailedTelephonyState=true
Hi Tyler,

Thank for your support.

We found incoming call event in c#. Now I want to call operations from C#, but  its aks below permission.But that permission not shows in app settings.

application needs to have [TelephonySessions] permission


Reply