Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IBOCreator.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
9public interface IBOCreator {
10
16
24 @Deprecated
25 String createBO(String strBoName);
26
36 MobileRTCSDKError createGroupBO(List<String> boNameList);
37
45 boolean updateBOName(String boId, String newBoName);
46
53 boolean removeBO(String boId);
54
61 boolean assignUserToBO(String strUserID, String strBOId);
62
69 boolean removeUserFromBO(String strUserID, String strBOId);
70
78
85
92
99
106
112 @Deprecated
113 boolean createWebinarBo(List<String> boNameList);
114
124 boolean createBreakoutRoom(String strBOName);
125
131
137}
Breakout room options. The AI Companion brand has been retired. AI-powered features are now more deep...
Definition BOOption.java:7
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. The AI Companion brand has been retired....
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 isAICompanionSupported()
Checks whether AI Companion can be enabled for breakout rooms.
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.
boolean isTranscriptionSupported()
Checks whether transcription can be enabled for breakout rooms.