Description
This meeting 83354036660 has two cloud recordings as per the zoom dashboard. As per the APIs, we have two meeting instances available. but for one of the meeting instances, we get a response as recording doesnt not exist.
API - https://api.zoom.us/v2/past_meetings/83354036660/instances
response - {
“meetings”: [
{
“uuid”: “Ut83jWezTgmP90yHCybUaQ==”,
“start_time”: “2021-01-19T14:23:13Z”
},
{
“uuid”: “WWj+UMAPQ+KLJY/ZJ0wumQ==”,
“start_time”: “2021-01-19T14:00:07Z”
},
{
“uuid”: “qN3yNy2FQNarNEci7wBl3g==”,
“start_time”: “2021-01-19T14:26:07Z”
}
]
}
we use the meetingUUId to get the recording
API- https://api.zoom.us/v2/meetings/WWj+UMAPQ+KLJY/ZJ0wumQ==/recordings
{
“code”: 3301,
“message”: “This recording does not exist.”
}
Need a Solution to either fetch all the recordings for a particular meeting.