Skip to main content

We are interested to create an interface between our proprietary application and Ringcentral to automatically download call recordings from ring central for each call case when completed.

There are several options:

1. Using the Call Log Sync API you can periodically sync your account's call log with your database. This will sync all call activities but if you are interested at only calls with call recordings, then you have to filter the data and catch only those with call recordings.

2. Periodically read the account call log, set the "recordingType" query parameter to "All" to read only call log with call recording. Then download the call recording identified by the "contentUri" from each record from the response.

3. If you want to read almost instantly after a call is completed. Please check out this tutorial for a workaround solution.


Hope this helps.


Already had asked in community. Here are few ref:

https://forums.developers.ringcentral.com/idea/191/how-to-fetchdownload-call-recording.html

https://forums.developers.ringcentral.com/questions/156/downloading-recorded-calls.html

https://forums.developers.ringcentral.com/questions/1382/downloading-call-recordings-with-rate-limit.html

https://github.com/anilkumarbp/Sample-Demo-to-Download-Call-Recordings


Reply