Is it possible to create and assign participants to breakout rooms through SDK features?

Hi everybody

We need an a little bit of automatisation of the work with the breakout room feature provided by zoom.
We are using C# zoom sdk and is it possible to create and assign participants to breakout rooms through SDK features.

Thank you.

Hi @raveena, thanks for using the dev forum.

The Windows SDK does have full support for managing & creating breakout rooms through the IBOCreator and IBOAdmin interfaces. If there is anything missing from the C# wrapper that you need, we have some documentation here detailing how to add new functionality to the wrapper.

In order to access these BO interfaces, you will need to create an instance of IMeetingBOControllerEvent and wait for the related callback (e.g. onHasCreatorRightsNotification for IBOCreator) before you can use that bit of functionality.

Thanks!

1 Like

Hello @jon.zoom

Thank you for the solution provided.

You are very welcome, glad I could help!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.