Assign user to breakout rooms

Description
I’m using the method creatorHelper.AssignUserToBO(unnasignedUser, roomId) but always returns false.

Which Windows Meeting SDK version?
zoom-c-sharp-wrapper-5.9.1.2625

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. get Data Helper Rights
  2. get Creator Helper Rights
  3. get a room id from dataHelper.GetBOMeetingIDList()
  4. get a user id from dataHelper.GetUnassginedUserList()
  5. call the method creatorHelper.AssignUserToBO(unnasignedUser, roomId);
  6. return false

Additional context
I create an implementation of the wrapper to add the breakout rooms functionality

Hi @fboncini,

Sorry to hear you’re running into issues with assigning users to breakout rooms. There have been some changes related to breakout rooms in the latest version of the SDK, so can you try updating to the latest version and retesting?

Thanks!

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