Description
When i call List All Recordings API { /users/:userId/recordings?}
It returns all the recording that exist in my account
But when i call for Get Meeting Recordings API {/meetings/:meetingId/recordings}
for using meeting id it return
{
“code”: 3301,
“message”: “There is no recording for this meeting”
}
Error
{
“code”: 3301,
“message”: “There is no recording for this meeting”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth Rest API
Which Endpoint/s?
: https://api.zoom.us/v2/meetings/:meetingId/recordings [GET]
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
- See error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.