Solved

where do I get the ID for readCallRecording api

  • 4 May 2022
  • 1 reply
  • 400 views

  • New Participant
  • 3 replies
I am trying to figure out how to generate test data for the readCallRecording api to be able to create and retrieve this information. I have left voicemail on the test number, sent sms and made phone calls. But I'm not sure how do I get the recording ID needed for the readCallRecording api. Thank you in advance.
icon

Best answer by Anonymous 4 May 2022, 10:13

View original

1 reply

Hey Smit To get the recording you have to record the call automatically or manually, you can refer to the following links to learn how to do that https://support.ringcentral.com/mvp/phone/call-handling-forwarding/intro-to-call-recording-methods.html https://support.ringcentral.com/article/10665-automatic-call-recording-enable-disable.html Once the call is recorded you can use the call logs API to get the recording ID and use the recording ID to fetch the recording itself, as shown in the images below, ![3325-screenshot-2022-05-04-at-125034-pm.png][1] ![3326-screenshot-2022-05-04-at-124851-pm.png][2] [1]: https://uploads-us-west-2.insided.com/ringcentral-en/attachment/3325_screenshot-2022-05-04-at-125034-pm.png [2]: https://uploads-us-west-2.insided.com/ringcentral-en/attachment/3326_screenshot-2022-05-04-at-124851-pm.png You can also follow this https://medium.com/ringcentral-developers/how-to-get-a-new-call-recording-notification-ee9f2a6e41a0 tutorial by @Phong Vu , though the tutorial addresses a different use case, It has detailed instructions on how to fetch the recordings. please refer to that.

Reply