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