When using the zoom api events “participant has joined a breaklout room” I would like to know which breakout room the user has joined (or left), but the only field from the payload we have to distinguish the room is the breakout_room_uuid.
Where can I find a reference for this breakout_room_uuid ?
-
The get Meeting api endpoint return the list of breakoutroom, but the uuid is not in the payload.
-
Maybe with the SDK, but the
getBreakoutRoomList
return an error 3003.