Skip to main content

Hi folks!

 

I’m using: https://github.com/ringcentral/ringcentral-softphone-ts

I think I can get notified through TLS connection but if I’ve like 10k users connected their ringcentral, will I have to got 10k TLS connection (each with their own SIP credentials) ?

 

Is there any better alternative option to this like receiving an API call to my webhook or something ?

 

Thanks in advance!

Yes you can via the telephony event notification. Please read this article to learn more.


You can get notifications like Phong Vu said. But in order to answer calls using the softphone SDK, you need to start a softphone SDK instance which will create a TLS connection.


Thank you for prompt reply!

 

another quick question: are there any limits for this telephony event notifications ?


https://github.com/PacoVu/ringcentral-supervision-demo/blob/master/supervisor-engine.js

Check the repository above it is a great starting point.


Reply