Package us.zoom.sdk
Class BOOption
java.lang.Object
us.zoom.sdk.BOOption
BO option
-
Field Summary
FieldsModifier and TypeFieldDescriptionSet the countdown after closing breakout room.boolean
Enable/Disable that Attendee can choose breakout room, invalid when attendee is not contained.boolean
Enable/Disable Webinar Attendee join Webinar BO, When it changes, the BO data will be reset.boolean
Enable/Disable that auto move all assigned participants to breakout room.boolean
true: it's timer BO false: not timer BOboolean
Enable/Disable that Panelist can choose breakout room.boolean
Enable/Disable that participant can choose breakout room.boolean
Enable/Disable that participant can return to main session at any time.boolean
true: if time is up, will stop BO auto.boolean
Enable/Disable that max roomUser limits in BO room.int
numbers of max roomUser limits in BO room.int
seconds of BO timer duration, NOTE: when timerDuration is 0, it means that the BO duration is 30*60 seconds. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
countdown
Set the countdown after closing breakout room. -
isParticipantCanChooseBO
public boolean isParticipantCanChooseBOEnable/Disable that participant can choose breakout room. -
isParticipantCanReturnToMainSessionAtAnyTime
public boolean isParticipantCanReturnToMainSessionAtAnyTimeEnable/Disable that participant can return to main session at any time. -
isAutoMoveAllAssignedParticipantsEnabled
public boolean isAutoMoveAllAssignedParticipantsEnabledEnable/Disable that auto move all assigned participants to breakout room. -
isBOTimerEnabled
public boolean isBOTimerEnabledtrue: it's timer BO false: not timer BO -
isTimerAutoStopBOEnabled
public boolean isTimerAutoStopBOEnabledtrue: if time is up, will stop BO auto. false: don't auto stop. -
timerDuration
public int timerDurationseconds of BO timer duration, NOTE: when timerDuration is 0, it means that the BO duration is 30*60 seconds. -
isAttendeeContained
public boolean isAttendeeContainedEnable/Disable Webinar Attendee join Webinar BO, When it changes, the BO data will be reset. -
isPanelistCanChooseBO
public boolean isPanelistCanChooseBOEnable/Disable that Panelist can choose breakout room. -
isAttendeeCanChooseBO
public boolean isAttendeeCanChooseBOEnable/Disable that Attendee can choose breakout room, invalid when attendee is not contained. -
isUserConfigMaxRoomUserLimitsEnabled
public boolean isUserConfigMaxRoomUserLimitsEnabledEnable/Disable that max roomUser limits in BO room. -
nUserConfigMaxRoomUserLimits
public int nUserConfigMaxRoomUserLimitsnumbers of max roomUser limits in BO room.
-
-
Constructor Details
-
BOOption
public BOOption()
-