Update breakout rooms from Meetings API when a meeting is in progress

I am using the Update Meeting endpoint (PATCH
/meetings/{meetingId}) to add new rooms and also to move people from one room to another.
When the meeting is not started everything works fine, but when the meeting is started, although the Get Meeting endpoint (GET
/meetings/{meetingId}) returns the updated information, but the zoom application does not take the changes into account.

** Breackout rooms are enabled on settings

Steps to reproduce

. Create a scheduled meeting from the zoom app (or from the Create meeting endpoint POST
/users/{userId}/meetings)
. Call Update Meeting endpoint (PATCH
/meetings/{meetingId}) and send a list of breackout rooms
. Start the meeting from te app
. Call Update Meeting endpoint (PATCH
/meetings/{meetingId}) and send a new list of breackout rooms
. Get meeting data from the Get Meeting endpoint (GET
/meetings/{meetingId}) (there returns the updated rooms list)
. Go to brackout rooms on the app, there only see the old room list

Hi @bosiogerman
Thanks for reaching out to us and welcome to the Zoom Developer Forum!
I believe this is expected behavior, you would have to end the meeting and start it again to see the updated breakout rooms.
I will test this on my end and confirm if this is expected or if this could be an issue on our end
Cheers,
Elisa