Breakout Room assign user

Description

Hello,
I decided to create a breakout room, and used the following code to create it, and the creation worked.

let boid = MobileRTC.shared().getMeetingService()? .getCreatorHelper()? .createBO("TEST ROOM")

I’m going to assign users to join there.

MobileRTC.shared().getMeetingService()? .getCreatorHelper()? .assignUser(sentid, toBO: boid!)

where “sentid” is the zoomid of the user I want to assign.

DispatchQueue.main.asyncAfter(deadline: .now()+6){
MobileRTC.shared().getMeetingService()? .getAdminHelper()? .startBO()
}

The user is not assigned to the BO even as

print(MobileRTC.shared().getMeetingService()? .getDataHelper()? .getUnassignedUserList())
In the following example, the value is completely different from the user’s zoomid.

print(MobileRTC.shared().getMeetingService()? .getAdminHelper()? .canStartBO()))
will return true.

I would like to assign users to join the breakout room I created.

Thanks.

Which iOS Meeting SDK version?
CustomUI use.
Version:5.2.41739.1022

Hey @KAZUMA87,

Thanks for using the dev forum!

This issue should be fixed in the latest version of the SDK.

Thanks!
Michael

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