Enumeration of the pre-assign breakout room data download status.
Event for breakout room creation related callbacks.
void onWebPreAssignBODataDownloadStatusChanged(PreAssignBODataStatus status)
When the pre-assigned data download status changes, you will receive the event.
void onUpdateBONameResponse(boolean bSuccess, String strBOID)
The callback notification of UpdateBOName.
void onRemoveBOResponse(boolean bSuccess, String strBOID)
The callback notification of RemoveBO.
void onCreateBOResponse(boolean bSuccess, String strBOID)
The callback notification of CreateBreakoutRoom.
void onBOCreateSuccess(String strBOID)
If CreateBO successfully, you will receive the event. Make sure you receive the event before start bo...