Enumeration of the errors related to the Breakout Room (BO) controller operations.
void onStartBOError(BOControllerError error)
Callback of start breakout room fail.
void onStartBOResponse(boolean bSuccess)
The callback notification of StartBO.
void onBOEndTimerUpdated(int remaining, boolean isTimesUpNotice)
if it's timer BO, after start BO, you will receive the event.
void onHelpRequestReceived(String strUserID)
Host will receive this callback when attendee request for help.
void onStopBOResponse(boolean bSuccess)
The callback notification of StopBO.