[Zoom web sdk] get list of participants in my breakout room

Description
On Our project, we are replacing the zoom participants list by our list, using a websocket which is used the webhook to know when a user left or join a meeting. For now all is okay.

When we are trying to test the breakout rooms, then we noticed that there is no way to identify that this user is joined the call or joined the room and what is the room name.

We tried on front-end side to handle this case using the zoom Id, but we did not found any possible possible.

Maybe ZoomMtg.getBreakoutRoomList is the exact function we are looking for, but unfortunately this is only for host as we are getting error: 3003 if the user is a guest and not a host.

In Resume, what we need is:
When the user join the breakout room, then we should reset the participant list and get only the list of participants on this room, and when he leave the room, then we need to show the full list again.

Which Web Meeting SDK version?
1.9.7

Hey @Houssam.zoom3,

Thank you for reaching out to the Zoom Developer Forum. If you would like this feature to be considered for a future release, I recommend posting in the #feature-requests category.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.