Enumeration of common SDK errors.
Enumeration of the pre-assign breakout room data download status.
Event for breakout room creation related callbacks.
Interface for creating and managing breakout rooms.
MobileRTCSDKError setBOOption(BOOption option)
Set BO option.
String createBO(String strBoName)
Create a breakout room.
boolean isWebPreAssignBOEnabled()
Check whether web enabled the pre-assigned option when scheduling a meeting.
MobileRTCSDKError requestAndUseWebPreAssignBOList()
Request web pre-assigned data and create those rooms.
boolean updateBOName(String boId, String newBoName)
Update BO name, 'IBOCreatorEvent.onUpdateBONameResponse' is the corresponding callback notification.
PreAssignBODataStatus getWebPreAssignBODataStatus()
Get the downloading status of pre-assigned data.
void setEvent(IBOCreatorEvent event)
Set event.
boolean removeUserFromBO(String strUserID, String strBOId)
Removed user from Breakout meeting.
boolean createWebinarBo(List< String > boNameList)
Creator webinar breakout meeting.
boolean createBreakoutRoom(String strBOName)
Create a breakout room. Note:
MobileRTCSDKError createGroupBO(List< String > boNameList)
Batch create BO rooms. If the function succeeds, all the created BO rooms will be removed....
BOOption getBOOption()
Get BO option.
boolean removeBO(String boId)
Remove a breakout room,IBOCreatorEvent#onRemoveBOResponse(boolean, String) is the corresponding callb...
boolean assignUserToBO(String strUserID, String strBOId)
Assign user to Breakout meeting.