Meeting SDK for macOS API 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. | |
Definition at line 34 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Set the countdown after closing breakout room.
Definition at line 39 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable or disable that Attendee can choose breakout room, invalid when attendee is not contained.
Definition at line 85 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 75 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable/Disable that auto move all assigned participants to breakout room.
Definition at line 54 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
YES means it's timer BO, otherwise not.
Definition at line 59 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable or disable that panelist can choose breakout room.
Definition at line 80 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable/Disable that participant can choose breakout room.
Definition at line 44 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable/Disable that participant can return to main session at any time.
Definition at line 49 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
YES means time is up, will stop BO auto, otherwise not.
Definition at line 64 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable or disable that max roomUser limits in BO room.
Definition at line 90 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 69 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Numbers of max roomUser limits in BO room, default is 20.
Definition at line 95 of file ZoomSDKNewBreakoutRoomController.h.