Description
We have integrated zoom in our application. When we try to get the participant details we are getting the below error.
When the instructor/host is the only attendee, it should reflect in the participants list.
Error
{ “code”: 3001,
“message”: “Meeting does not exist: cmiSCZ3fR9mJw0cccW0wPQ==.”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
https://api.zoom.us/v2/report/meetings/cmiSCZ3fR9mJw0cccW0wPQ==/participants?page_size=30.
Which Endpoint/s?
https://api.zoom.us/v2/report/meetings/cmiSCZ3fR9mJw0cccW0wPQ==/participants?page_size=30
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Set up a live chat
- Joined as a host, No participants has joined.
- Host awaited and ended the meeting.
- It should return the host details in participants list.
Screenshots (If applicable)
Nope
Additional context
Add any other context about the problem here.