Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IBOAdminEvent.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3public interface IBOAdminEvent {
4
9 void onHelpRequestReceived(String strUserID);
15
22 void onBOEndTimerUpdated(int remaining, boolean isTimesUpNotice);
23
24
30 void onStartBOResponse(boolean bSuccess);
31
37 void onStopBOResponse(boolean bSuccess);
38}
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.