I want fetch recording for meeting with particular occurrence but getting to recording url whose meeting is not completed.Can you please suggest for me these problems,
I have used below API for fetching recording:
“https://api.zoom.us/v2/meetings/” + meetingId + “/recordings?occurrence_id=” + occurrenceId;
Hi @anandnavale85, it sounds like you’re encountering an issue where you’re querying the https://api.zoom.us/v2/meetings/{meeting_id}/recordings
for a specific meeting occurrence but you’re getting back a recording for a meeting that hasn’t happened yet
If this is the case, can you check and see if the meeting id is actually associated to a meeting that has been completed?
Hello Amanda,
Actually, I have created recurring meeting within that only 1st occurrence meeting has completed and here I am able to get proper recording but when I tried with same meeting id with remaining occurrences that time, I am getting same recording data but different URL of 1st occurrence.
So can you please suggest for this I am struggling last 2 days,
Hi @anandnavale85, there might be a nuance around how that endpoint works for future recordings which might not be obvious from Zoom’s docs
What’s the reason you’re looking to fetch a recording for a meeting that hasn’t happened yet? Maybe there’s a different approach we can suggest to achieve your desired goal here
1 Like
Okay Thanks for your valuable support.
Thank You so much. Your answer helped me as well