question

Harlan Vold avatar image
Harlan Vold asked Anirban 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.

rest api
1 |3000

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 |3000

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

Anirban avatar image
Anirban answered
1 |3000

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

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys