Enum for Breakout Room (BO) status.
Manages operations for joining and leaving breakout meetings as an assistant.
Manages operations for attendees in breakout meetings.
Interface for creating and managing breakout rooms.
Provides data helper functions for breakout meetings.
boolean isBroadcastVoiceToBOSupport()
Query if current meeting support broadcasting host's voice to BO.
BOStatus getBOStatus()
Get current BO status.
boolean isBOEnabled()
Query if bo is enable.
boolean canBroadcastVoiceToBO()
Query if host now has the ability to broadcast voice to BO.
IBOAdmin getBOAdminHelper()
Get bo admin after bo started, assign new user to bo, after bo started, switch user from BO-A to BO-B...
void removeListener(InMeetingBOControllerListener listener)
Unregister the listener for breakout room events.
boolean isBOStarted()
Query if bo is started.
IBOAssistant getBOAssistantHelper()
Get bo assistant when host/cohost in master conf/bo conf, you can get this object.
boolean isBroadcastingVoiceToBO()
Query if host is broadcasting voice to BO.
IBOAttendee getBOAttendeeHelper()
Get IBOAttendee if you are attendee, and are assigned to BO, you will get this object.
boolean enableBroadcastVoiceToBO(boolean enable)
start/stop broadcasting voice to BO.
String getJoiningBOName()
Get the name of the BO you are going to. When you enter a BO or are switched to another BO by the hos...
void addListener(InMeetingBOControllerListener listener)
Register a listener for breakout room events.
IBOCreator getBOCreatorHelper()
Get bo creator IBOCreator only host/cohost in master conf, you can get this object if host/cohost cha...
boolean isInBOMeeting()
Query if current user is bo meeting.
IBOData getBODataHelper()
Get IBOData when host/cohost in master conf/bo conf, you will get this object.