Package us.zoom.sdk

Class BOOption

java.lang.Object
us.zoom.sdk.BOOption

public class BOOption extends Object
BO option
  • Field Details

    • countdown

      public BOStopCountdown countdown
      Set the countdown after closing breakout room.
    • isParticipantCanChooseBO

      public boolean isParticipantCanChooseBO
      Enable/Disable that participant can choose breakout room.
    • isParticipantCanReturnToMainSessionAtAnyTime

      public boolean isParticipantCanReturnToMainSessionAtAnyTime
      Enable/Disable that participant can return to main session at any time.
    • isAutoMoveAllAssignedParticipantsEnabled

      public boolean isAutoMoveAllAssignedParticipantsEnabled
      Enable/Disable that auto move all assigned participants to breakout room.
    • isBOTimerEnabled

      public boolean isBOTimerEnabled
      true: it's timer BO false: not timer BO
    • isTimerAutoStopBOEnabled

      public boolean isTimerAutoStopBOEnabled
      true: if time is up, will stop BO auto. false: don't auto stop.
    • timerDuration

      public int timerDuration
      seconds of BO timer duration, NOTE: when timerDuration is 0, it means that the BO duration is 30*60 seconds.
    • isAttendeeContained

      public boolean isAttendeeContained
      Enable/Disable Webinar Attendee join Webinar BO, When it changes, the BO data will be reset.
    • isPanelistCanChooseBO

      public boolean isPanelistCanChooseBO
      Enable/Disable that Panelist can choose breakout room.
    • isAttendeeCanChooseBO

      public boolean isAttendeeCanChooseBO
      Enable/Disable that Attendee can choose breakout room, invalid when attendee is not contained.
    • isUserConfigMaxRoomUserLimitsEnabled

      public boolean isUserConfigMaxRoomUserLimitsEnabled
      Enable/Disable that max roomUser limits in BO room.
    • nUserConfigMaxRoomUserLimits

      public int nUserConfigMaxRoomUserLimits
      numbers of max roomUser limits in BO room.
  • Constructor Details

    • BOOption

      public BOOption()