January Tidbits

SMS Questions Answered

You've got SMS questions; We've got Answers!

question

Harlan Vold avatar image
Harlan Vold asked Anirban Sen Chowdhary answered

Is there an API interface for downloading call recordings?

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.

api interface for call recordings
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image
Phong Vu answered

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.

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.