Description
I’m trying to retrieve the number of online participantes (who didn’t left the meeting room). I’m trying to use Get Meeting Details API witch should return the attribute in_room_participants (number of online participants), along with the attribute participants (number of participants that entered the meeting, but might already left).
Error
I have a few Business account and the API is working just fine, but it’s not returning the attribute in_room_participants.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
I’m using JWT authentication.
Which Endpoint/s?
Get Meeting Details: https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardmeetingdetail
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Create a meeting room with a business or higher account
- Make a request the the Get Meeting Details endpoint.
- See error
Screenshots
I tried with Postman and also with the online tester inside the API page. Same result on both of them!
Additional context
We hire the business plan basicaly to get this single information.
We are expecting 20 thousend participants in our event. We hire 25 business licences so we can allocate the participants within diferent meeting rooms. We’re developing an integration to check those rooms to see witch one has less participants so we can send the participant to it.