Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
BOOption.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
Breakout room options.
Definition BOOption.java:6
boolean isAttendeeContained
Determines whether webinar attendees can join the webinar breakout room. When this value changes,...
Definition BOOption.java:39
int nUserConfigMaxRoomUserLimits
Gets or sets the maximum number of room users in the breakout room.
Definition BOOption.java:59
boolean isAttendeeCanChooseBO
Determines whether attendees can choose a breakout room. Invalid when attendees are not contained.
Definition BOOption.java:49
boolean isTimerAutoStopBOEnabled
Determines whether to automatically stop the breakout room when time is up.
Definition BOOption.java:30
boolean isPanelistCanChooseBO
Determines whether panelists can choose a breakout room.
Definition BOOption.java:44
boolean isParticipantCanChooseBO
Determines whether participants can choose a breakout room.
Definition BOOption.java:14
boolean isParticipantCanReturnToMainSessionAtAnyTime
Determines whether participants can return to the main session at any time.
Definition BOOption.java:18
int timerDurationMinutes
Gets or sets the breakout room timer duration in minutes. When timerDurationMinutes is 0,...
Definition BOOption.java:34
BOStopCountdown countdown
Gets or sets the countdown after closing the breakout room.
Definition BOOption.java:10
boolean isUserConfigMaxRoomUserLimitsEnabled
Determines whether to enable the maximum room user limit in the breakout room.
Definition BOOption.java:54
boolean isAutoMoveAllAssignedParticipantsEnabled
Determines whether to automatically move all assigned participants to the breakout room.
Definition BOOption.java:22
boolean isBOTimerEnabled
Determines whether the breakout room uses a timer.
Definition BOOption.java:26
Enumeration of Breakout Room (BO) stop countdown durations.