How to auto-open pre-assigned breakout rooms in Zoom I want to create Zoom meeting using API request and get the join_url. The meeting will have multiple breakout rooms and pre-assigned participants. The creation request was successful and meeting with pre-assigned breakout rooms was created and enabled:{
"uuid": "phdGwf0wRx2E84I0YdfuVQ==",
"id": 83503657198,
....
"join_url": "https://us06web.zoom.us/j/83503657198?pwd=rjmfFnPOVfWa.1",
....
"settings": {
"breakout_room": {
"enable": true,
"rooms": [
{
"name": "Room 1",
"participants": [
"***********"
]
},
{
"name": "Room 2",
"participants": [
"***********"
]
}
]
},
},
....
}When I try to enter the meeting as email address, breakout rooms are still not opened, so the host needs to enter the meeting and open all pre-assigned roo