Step 1. I created a meeting using below API
POST https://platform.ringcentral.com/restapi/v1.0/account/~/extension/~/meeting
Step 2. I started the meeting using the StartUri returned from above call. I started recording in the meeting window and ran the meeting for few minutes. Then I ended the meeting.
Step 3. I am calling below API to fetch recordings(1499487766 is the id returned from Step 1) but I am only receiving 404
GET https://platform.ringcentral.com/restapi/v1.0/account/~/extension/~/meeting-recordings?meetingId=1499487766
Response Body:
Please advise how can I fetch the meeting recordings.