macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKBOOption Class Reference

#import <ZoomSDKNewBreakoutRoomController.h>

Inherits NSObject.

Properties

ZoomSDKBOStopCountDown countDown
 Set the countdown after closing breakout room.
 
BOOL isParticipantCanChooseBO
 Enable/Disable that participant can choose breakout room.
 
BOOL isParticipantCanReturnToMainSessionAtAnyTime
 Enable/Disable that participant can return to main session at any time.
 
BOOL isAutoMoveAllAssignedParticipantsEnabled
 Enable/Disable that auto move all assigned participants to breakout room.
 
BOOL isBOTimerEnabled
 YES means it's timer BO ,otherwise not.
 
BOOL isTimerAutoStopBOEnabled
 YES means time is up, will stop BO auto, otherwise not.
 
unsigned int nTimerDuration
 Seconds of BO timer duration, NOTE: when nTimerDuration is 0, it means that the BO duration is 30*60 seconds.
 

Detailed Description

Definition at line 27 of file ZoomSDKNewBreakoutRoomController.h.

Property Documentation

◆ countDown

- (ZoomSDKBOStopCountDown) countDown
readwritenonatomicassign

Set the countdown after closing breakout room.

Definition at line 30 of file ZoomSDKNewBreakoutRoomController.h.

◆ isAutoMoveAllAssignedParticipantsEnabled

- (BOOL) isAutoMoveAllAssignedParticipantsEnabled
readwritenonatomicassign

Enable/Disable that auto move all assigned participants to breakout room.

Definition at line 39 of file ZoomSDKNewBreakoutRoomController.h.

◆ isBOTimerEnabled

- (BOOL) isBOTimerEnabled
readwritenonatomicassign

YES means it's timer BO ,otherwise not.

Definition at line 42 of file ZoomSDKNewBreakoutRoomController.h.

◆ isParticipantCanChooseBO

- (BOOL) isParticipantCanChooseBO
readwritenonatomicassign

Enable/Disable that participant can choose breakout room.

Definition at line 33 of file ZoomSDKNewBreakoutRoomController.h.

◆ isParticipantCanReturnToMainSessionAtAnyTime

- (BOOL) isParticipantCanReturnToMainSessionAtAnyTime
readwritenonatomicassign

Enable/Disable that participant can return to main session at any time.

Definition at line 36 of file ZoomSDKNewBreakoutRoomController.h.

◆ isTimerAutoStopBOEnabled

- (BOOL) isTimerAutoStopBOEnabled
readwritenonatomicassign

YES means time is up, will stop BO auto, otherwise not.

Definition at line 45 of file ZoomSDKNewBreakoutRoomController.h.

◆ nTimerDuration

- (unsigned int) nTimerDuration
readwritenonatomicassign

Seconds of BO timer duration, NOTE: when nTimerDuration is 0, it means that the BO duration is 30*60 seconds.

Definition at line 48 of file ZoomSDKNewBreakoutRoomController.h.