Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IBOCreatorEvent.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface IBOCreatorEvent {
13 @Deprecated
14 void onBOCreateSuccess(String strBOID);
15
22
29 void onCreateBOResponse(boolean bSuccess, String strBOID);
30
37 void onRemoveBOResponse(boolean bSuccess, String strBOID);
38
39
46 void onUpdateBONameResponse(boolean bSuccess, String strBOID);
47}
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...