Event "on Breakout Rooms Configuration Changed" does not exist though is mentioned in docs

I’m trying to update our app to respond to changes in the breakout room status but this event mentioned in the docs does not seem to exist.

Event: onBreakoutRoomsConfigurationChanged

https://marketplace.zoom.us/docs/zoom-apps/guides/zoom-apps-for-breakout-rooms

When the application is in use, the host maintains manual control over the state. Use event onBreakoutRoomsConfigurationChanged to catch any changes, and getBreakoutRoomList to get the up-to-date configuration.

Thanks for pointing that out, we will fix the documentation.

This method is replaced by onMeetingConfigChanged
You can look it up in the events section here: Zoom Apps JS SDK reference

2 Likes

This works. Thank you!