Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.BOOption Class Reference

Breakout room options. More...

Data Fields

BOStopCountdown countdown = BOStopCountdown.COUNTDOWN_SECONDS_60
 Gets or sets the countdown after closing the breakout room.
boolean isParticipantCanChooseBO
 Determines whether participants can choose a breakout room.
boolean isParticipantCanReturnToMainSessionAtAnyTime = true
 Determines whether participants can return to the main session at any time.
boolean isAutoMoveAllAssignedParticipantsEnabled
 Determines whether to automatically move all assigned participants to the breakout room.
boolean isBOTimerEnabled
 Determines whether the breakout room uses a timer.
boolean isTimerAutoStopBOEnabled
 Determines whether to automatically stop the breakout room when time is up.
int timerDurationMinutes
 Gets or sets the breakout room timer duration in minutes. When timerDurationMinutes is 0, the breakout room duration is 30 minutes.
boolean isAttendeeContained
 Determines whether webinar attendees can join the webinar breakout room. When this value changes, the breakout room data will be reset.
boolean isPanelistCanChooseBO
 Determines whether panelists can choose a breakout room.
boolean isAttendeeCanChooseBO
 Determines whether attendees can choose a breakout room. Invalid when attendees are not contained.
boolean isUserConfigMaxRoomUserLimitsEnabled
 Determines whether to enable the maximum room user limit in the breakout room.
int nUserConfigMaxRoomUserLimits = 20
 Gets or sets the maximum number of room users in the breakout room.

Detailed Description

Breakout room options.

Definition at line 6 of file BOOption.java.

Field Documentation

◆ countdown

BOStopCountdown us.zoom.sdk.BOOption.countdown = BOStopCountdown.COUNTDOWN_SECONDS_60

Gets or sets the countdown after closing the breakout room.

Definition at line 10 of file BOOption.java.

◆ isAttendeeCanChooseBO

boolean us.zoom.sdk.BOOption.isAttendeeCanChooseBO

Determines whether attendees can choose a breakout room. Invalid when attendees are not contained.

Definition at line 49 of file BOOption.java.

◆ isAttendeeContained

boolean us.zoom.sdk.BOOption.isAttendeeContained

Determines whether webinar attendees can join the webinar breakout room. When this value changes, the breakout room data will be reset.

Definition at line 39 of file BOOption.java.

◆ isAutoMoveAllAssignedParticipantsEnabled

boolean us.zoom.sdk.BOOption.isAutoMoveAllAssignedParticipantsEnabled

Determines whether to automatically move all assigned participants to the breakout room.

Definition at line 22 of file BOOption.java.

◆ isBOTimerEnabled

boolean us.zoom.sdk.BOOption.isBOTimerEnabled

Determines whether the breakout room uses a timer.

Definition at line 26 of file BOOption.java.

◆ isPanelistCanChooseBO

boolean us.zoom.sdk.BOOption.isPanelistCanChooseBO

Determines whether panelists can choose a breakout room.

Definition at line 44 of file BOOption.java.

◆ isParticipantCanChooseBO

boolean us.zoom.sdk.BOOption.isParticipantCanChooseBO

Determines whether participants can choose a breakout room.

Definition at line 14 of file BOOption.java.

◆ isParticipantCanReturnToMainSessionAtAnyTime

boolean us.zoom.sdk.BOOption.isParticipantCanReturnToMainSessionAtAnyTime = true

Determines whether participants can return to the main session at any time.

Definition at line 18 of file BOOption.java.

◆ isTimerAutoStopBOEnabled

boolean us.zoom.sdk.BOOption.isTimerAutoStopBOEnabled

Determines whether to automatically stop the breakout room when time is up.

Definition at line 30 of file BOOption.java.

◆ isUserConfigMaxRoomUserLimitsEnabled

boolean us.zoom.sdk.BOOption.isUserConfigMaxRoomUserLimitsEnabled

Determines whether to enable the maximum room user limit in the breakout room.

Definition at line 54 of file BOOption.java.

◆ nUserConfigMaxRoomUserLimits

int us.zoom.sdk.BOOption.nUserConfigMaxRoomUserLimits = 20

Gets or sets the maximum number of room users in the breakout room.

Definition at line 59 of file BOOption.java.

◆ timerDurationMinutes

int us.zoom.sdk.BOOption.timerDurationMinutes

Gets or sets the breakout room timer duration in minutes. When timerDurationMinutes is 0, the breakout room duration is 30 minutes.

Definition at line 34 of file BOOption.java.