|
Meeting SDK for Android API Reference
|
BO option. More...
Data Fields | |
| BOStopCountdown | countdown = BOStopCountdown.COUNTDOWN_SECONDS_60 |
| Set the countdown after closing breakout room. | |
| boolean | isParticipantCanChooseBO |
| Enable/Disable that participant can choose breakout room. | |
| boolean | isParticipantCanReturnToMainSessionAtAnyTime = true |
| Enable/Disable that participant can return to main session at any time. | |
| boolean | isAutoMoveAllAssignedParticipantsEnabled |
| Enable/Disable that auto move all assigned participants to breakout room. | |
| boolean | isBOTimerEnabled |
| true: it's timer BO false: not timer BO | |
| boolean | isTimerAutoStopBOEnabled |
| true: if time is up, will stop BO auto. false: don't auto stop. | |
| int | timerDuration |
| seconds of BO timer duration, NOTE: when timerDuration is 0, it means that the BO duration is 30*60 seconds. | |
| boolean | isAttendeeContained |
| Enable/Disable Webinar Attendee join Webinar BO, When it changes, the BO data will be reset. | |
| boolean | isPanelistCanChooseBO |
| Enable/Disable that Panelist can choose breakout room. | |
| boolean | isAttendeeCanChooseBO |
| Enable/Disable that Attendee can choose breakout room, invalid when attendee is not contained. | |
| boolean | isUserConfigMaxRoomUserLimitsEnabled |
| Enable/Disable that max roomUser limits in BO room. | |
| int | nUserConfigMaxRoomUserLimits = 20 |
| numbers of max roomUser limits in BO room. | |
BO option.
Definition at line 6 of file BOOption.java.
| BOStopCountdown us.zoom.sdk.BOOption.countdown = BOStopCountdown.COUNTDOWN_SECONDS_60 |
Set the countdown after closing breakout room.
Definition at line 10 of file BOOption.java.
| boolean us.zoom.sdk.BOOption.isAttendeeCanChooseBO |
Enable/Disable that Attendee can choose breakout room, invalid when attendee is not contained.
Definition at line 49 of file BOOption.java.
| boolean us.zoom.sdk.BOOption.isAttendeeContained |
Enable/Disable Webinar Attendee join Webinar BO, When it changes, the BO data will be reset.
Definition at line 39 of file BOOption.java.
| boolean us.zoom.sdk.BOOption.isAutoMoveAllAssignedParticipantsEnabled |
Enable/Disable that auto move all assigned participants to breakout room.
Definition at line 22 of file BOOption.java.
| boolean us.zoom.sdk.BOOption.isBOTimerEnabled |
true: it's timer BO false: not timer BO
Definition at line 26 of file BOOption.java.
| boolean us.zoom.sdk.BOOption.isPanelistCanChooseBO |
Enable/Disable that Panelist can choose breakout room.
Definition at line 44 of file BOOption.java.
| boolean us.zoom.sdk.BOOption.isParticipantCanChooseBO |
Enable/Disable that participant can choose breakout room.
Definition at line 14 of file BOOption.java.
| boolean us.zoom.sdk.BOOption.isParticipantCanReturnToMainSessionAtAnyTime = true |
Enable/Disable that participant can return to main session at any time.
Definition at line 18 of file BOOption.java.
| boolean us.zoom.sdk.BOOption.isTimerAutoStopBOEnabled |
true: if time is up, will stop BO auto. false: don't auto stop.
Definition at line 30 of file BOOption.java.
| boolean us.zoom.sdk.BOOption.isUserConfigMaxRoomUserLimitsEnabled |
Enable/Disable that max roomUser limits in BO room.
Definition at line 54 of file BOOption.java.
| int us.zoom.sdk.BOOption.nUserConfigMaxRoomUserLimits = 20 |
numbers of max roomUser limits in BO room.
Definition at line 59 of file BOOption.java.
| int us.zoom.sdk.BOOption.timerDuration |
seconds of BO timer duration, NOTE: when timerDuration is 0, it means that the BO duration is 30*60 seconds.
Definition at line 34 of file BOOption.java.