Description
I have integrated API to automatically record all the Zoom Meeting and fetch them to archive the recording on our server
Error
Sometimes, when we try to fetch the recording by using meeting UUID it gives the following message.
{
“code”: 3301,
“message”: “This recording does not exist.”
}
But if we try to fetch it by meeting Id recording is available. We verified that the URL are correct and recording are available in such case.
Also, this is random and does not happen for all meetings and there is no fixed pattern that we could decipher.
How to solve it?