Zoom Apps Configuration
I am working with a vanilla JS Zoom app
Description
I created a Zoom app to manage create and manage breakout rooms in Zoom meetings. We needed to use more breakout rooms at my company so we got a zoom webinar plus plan and I am trying to update the app to manage breakout rooms in webinars now. When I call zoomSdk.createBreakoutRooms({ numberOfRooms: numberOfRooms, assign: 'manually', names: roomNames }) it works in meetings, but it does not work in the webinar.
I am getting the error: Error: JS-APIs about bo are disabled. To double check the APIs available in my app, I added the api: getSupportJsApis. At the start of the webinar, I am logging the output from this API call and I see the createBreakoutRooms API call is listed in the supported APIs, see the screenshot:
The webinar I am testing with does have breakout rooms enabled:
Error?
Error: JS-APIs about bo are disabled
Troubleshooting Routes
Tested in a meeting and it works, tested in a webinar and it does not, logged everything up until this call to make sure everything else was working before the call to create breakout rooms, logged the supported JS APIs to make sure the breakout rooms were listed.
How To Reproduce
Create a zoom app to be used in a webinar, add the API to createBreakoutRooms, attempt to call it and see the error Error: JS-APIs about bo are disabled

