Meeting SDK for Android API Reference
|
Enumeration of Breakout Room (BO) stop countdown durations. More...
Data Fields | |
NOT_COUNTDOWN | |
COUNTDOWN_SECONDS_10 | |
COUNTDOWN_SECONDS_15 | |
COUNTDOWN_SECONDS_30 | |
COUNTDOWN_SECONDS_60 | |
COUNTDOWN_SECONDS_120 | |
Enumeration of Breakout Room (BO) stop countdown durations.
Definition at line 6 of file BOStopCountdown.java.
us.zoom.sdk.BOStopCountdown.COUNTDOWN_SECONDS_10 |
Countdown duration: 10 seconds before BO stops.
Definition at line 10 of file BOStopCountdown.java.
us.zoom.sdk.BOStopCountdown.COUNTDOWN_SECONDS_120 |
Countdown duration: 120 seconds before BO stops.
Definition at line 19 of file BOStopCountdown.java.
us.zoom.sdk.BOStopCountdown.COUNTDOWN_SECONDS_15 |
Countdown duration: 15 seconds before BO stops.
Definition at line 12 of file BOStopCountdown.java.
us.zoom.sdk.BOStopCountdown.COUNTDOWN_SECONDS_30 |
Countdown duration: 30 seconds before BO stops.
Definition at line 14 of file BOStopCountdown.java.
us.zoom.sdk.BOStopCountdown.COUNTDOWN_SECONDS_60 |
Countdown duration: 60 seconds before BO stops.
Definition at line 16 of file BOStopCountdown.java.
us.zoom.sdk.BOStopCountdown.NOT_COUNTDOWN |
No countdown. Breakout Rooms stop immediately.
Definition at line 8 of file BOStopCountdown.java.