Meeting SDK for macOS API Reference
|
Defines breakout room configuration options. More...
#include <ZoomSDKNewBreakoutRoomController.h>
Inherits NSObject.
Properties | |
ZoomSDKBOStopCountDown | countDown |
Set the countdown after closing breakout room. | |
BOOL | isParticipantCanChooseBO |
Enable or disable that participant can choose breakout room. | |
BOOL | isParticipantCanReturnToMainSessionAtAnyTime |
Enable or disable that participant can return to main session at any time. | |
BOOL | isAutoMoveAllAssignedParticipantsEnabled |
Enable or 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. | |
Defines breakout room configuration options.
Definition at line 48 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Set the countdown after closing breakout room.
Definition at line 53 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable or disable that Attendee can choose breakout room, invalid when attendee is not contained.
Definition at line 99 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable or disable webinar attendee join webinar BO. When it changes, the BO data will be reset.
Definition at line 89 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable or disable that auto move all assigned participants to breakout room.
Definition at line 68 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
YES means it's timer BO, otherwise not.
Definition at line 73 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable or disable that panelist can choose breakout room.
Definition at line 94 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable or disable that participant can choose breakout room.
Definition at line 58 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable or disable that participant can return to main session at any time.
Definition at line 63 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
YES means time is up, will stop BO auto, otherwise not.
Definition at line 78 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable or disable that max roomUser limits in BO room.
Definition at line 104 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Seconds of BO timer duration, NOTE: when nTimerDuration is 0, it means that the BO duration is 30*60 seconds.
Definition at line 83 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Numbers of max roomUser limits in BO room, default is 20.
Definition at line 109 of file ZoomSDKNewBreakoutRoomController.h.