How might developers create an interface for “Automatically move all assigned participants into breakout rooms”? In the UI, the “Open All Rooms” button will move the participants into the rooms if the “Automatically move all assigned participants into breakout rooms” option is checked. Because the SDK does not allow enabling the “Automatically move all assigned participants into breakout rooms” option, the participant has to click “Join” manually when StartBO() is called. Am I missing something? I don’t see how developers can add functionality that do not exist in the SDK.
LeaveBO() - I cannot call this function since the participants are running regular Zoom Clients.
May I know when these functionalities will appear in the SDK?
By manually adding in the interface, I mean you would create a function to iterate through the users and breakout rooms and assign them one by one. We do not currently have a way to avoid the “Join” alert.
I have requested the engineers to add a way to remove another user from a breakout room.