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

#include <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.
 
BOOL isAttendeeContained
 Enable or disable webinar attendee join webinar BO. When it changes, the BO data will be reset.
 
BOOL isPanelistCanChooseBO
 Enable or disable that panelist can choose breakout room.
 
BOOL isAttendeeCanChooseBO
 Enable or disable that Attendee can choose breakout room, invalid when attendee is not contained.
 
BOOL isUserConfigMaxRoomUserLimitsEnabled
 Enable or disable that max roomUser limits in BO room.
 
unsigned int nUserConfigMaxRoomUserLimits
 Numbers of max roomUser limits in BO room, default is 20.
 

Detailed Description

Definition at line 34 of file ZoomSDKNewBreakoutRoomController.h.

Property Documentation

◆ countDown

- (ZoomSDKBOStopCountDown) countDown
readwritenonatomicassign

Set the countdown after closing breakout room.

Definition at line 39 of file ZoomSDKNewBreakoutRoomController.h.

◆ isAttendeeCanChooseBO

- (BOOL) isAttendeeCanChooseBO
readwritenonatomicassign

Enable or disable that Attendee can choose breakout room, invalid when attendee is not contained.

Definition at line 85 of file ZoomSDKNewBreakoutRoomController.h.

◆ isAttendeeContained

- (BOOL) isAttendeeContained
readwritenonatomicassign

Enable or disable webinar attendee join webinar BO. When it changes, the BO data will be reset.

Definition at line 75 of file ZoomSDKNewBreakoutRoomController.h.

◆ isAutoMoveAllAssignedParticipantsEnabled

- (BOOL) isAutoMoveAllAssignedParticipantsEnabled
readwritenonatomicassign

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

Definition at line 54 of file ZoomSDKNewBreakoutRoomController.h.

◆ isBOTimerEnabled

- (BOOL) isBOTimerEnabled
readwritenonatomicassign

YES means it's timer BO, otherwise not.

Definition at line 59 of file ZoomSDKNewBreakoutRoomController.h.

◆ isPanelistCanChooseBO

- (BOOL) isPanelistCanChooseBO
readwritenonatomicassign

Enable or disable that panelist can choose breakout room.

Definition at line 80 of file ZoomSDKNewBreakoutRoomController.h.

◆ isParticipantCanChooseBO

- (BOOL) isParticipantCanChooseBO
readwritenonatomicassign

Enable/Disable that participant can choose breakout room.

Definition at line 44 of file ZoomSDKNewBreakoutRoomController.h.

◆ isParticipantCanReturnToMainSessionAtAnyTime

- (BOOL) isParticipantCanReturnToMainSessionAtAnyTime
readwritenonatomicassign

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

Definition at line 49 of file ZoomSDKNewBreakoutRoomController.h.

◆ isTimerAutoStopBOEnabled

- (BOOL) isTimerAutoStopBOEnabled
readwritenonatomicassign

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

Definition at line 64 of file ZoomSDKNewBreakoutRoomController.h.

◆ isUserConfigMaxRoomUserLimitsEnabled

- (BOOL) isUserConfigMaxRoomUserLimitsEnabled
readwritenonatomicassign

Enable or disable that max roomUser limits in BO room.

Definition at line 90 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 69 of file ZoomSDKNewBreakoutRoomController.h.

◆ nUserConfigMaxRoomUserLimits

- (unsigned int) nUserConfigMaxRoomUserLimits
readwritenonatomicassign

Numbers of max roomUser limits in BO room, default is 20.

Definition at line 95 of file ZoomSDKNewBreakoutRoomController.h.