Description
I am using Web SDK and starting meeting as host. I want to have breakout rooms in my meeting. Is there any way to get breakout rooms programmatically. I am setting isSupportBreakout to true in init method of ZoomMtg.
ZoomMtg.init({
isSupportBreakout: true,
…
})
But it’s not working. It’s working when I log in to zoom.us, navigating to settings page and turning on the breakout rooms.
Is there any way to do it programmatically in web sdk ??
