Zoom start session with 10 users and break out rooms randomly every 5 mins

Description
is it possible to start a zoom session with 10 participants and then break out rooms evenly (5 groups, each 2) and stop breakout after 10 mins and breakout again until all participants have talked to each other?

Hi @nat.serrano,

You could pre-assign breakout rooms while scheduling a meeting(https://support.zoom.us/hc/en-us/articles/360032752671). Our SDK has interfaces to control breakout rooms in Custom UI, if you are using Zoom default UI, I am afraid what you are mentioning cannot be done programmatically.

Thanks!

Thanks Carson, what if I automatically generate a flat file (csv) with all the participants, can I programmatically send the csv before every meeting to break out the rooms? Or am I forced to manually go and submit the csv in the web interface? Thanks

Hi @nat.serrano,

As far as I know, this could not be done programmatically. You may consult the API experts in https://devforum.zoom.us/c/zoom-api/8 and submit a feature request there.

Thanks!