Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.BOStopCountdown Enum 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
 

Detailed Description

Enumeration of Breakout Room (BO) stop countdown durations.

Definition at line 6 of file BOStopCountdown.java.

Field Documentation

◆ COUNTDOWN_SECONDS_10

us.zoom.sdk.BOStopCountdown.COUNTDOWN_SECONDS_10

Countdown duration: 10 seconds before BO stops.

Definition at line 10 of file BOStopCountdown.java.

◆ COUNTDOWN_SECONDS_120

us.zoom.sdk.BOStopCountdown.COUNTDOWN_SECONDS_120

Countdown duration: 120 seconds before BO stops.

Definition at line 19 of file BOStopCountdown.java.

◆ COUNTDOWN_SECONDS_15

us.zoom.sdk.BOStopCountdown.COUNTDOWN_SECONDS_15

Countdown duration: 15 seconds before BO stops.

Definition at line 12 of file BOStopCountdown.java.

◆ COUNTDOWN_SECONDS_30

us.zoom.sdk.BOStopCountdown.COUNTDOWN_SECONDS_30

Countdown duration: 30 seconds before BO stops.

Definition at line 14 of file BOStopCountdown.java.

◆ COUNTDOWN_SECONDS_60

us.zoom.sdk.BOStopCountdown.COUNTDOWN_SECONDS_60

Countdown duration: 60 seconds before BO stops.

Definition at line 16 of file BOStopCountdown.java.

◆ NOT_COUNTDOWN

us.zoom.sdk.BOStopCountdown.NOT_COUNTDOWN

No countdown. Breakout Rooms stop immediately.

Definition at line 8 of file BOStopCountdown.java.