macOS SDK API 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. | |
Definition at line 27 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Set the countdown after closing breakout room.
Definition at line 30 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable/Disable that auto move all assigned participants to breakout room.
Definition at line 39 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
YES means it's timer BO ,otherwise not.
Definition at line 42 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable/Disable that participant can choose breakout room.
Definition at line 33 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
Enable/Disable that participant can return to main session at any time.
Definition at line 36 of file ZoomSDKNewBreakoutRoomController.h.
|
readwritenonatomicassign |
YES means time is up, will stop BO auto, otherwise not.
Definition at line 45 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 48 of file ZoomSDKNewBreakoutRoomController.h.