Meeting SDK for iOS API Reference
|
BO option. More...
#include <MobileRTCBORole.h>
Inherits NSObject.
Properties | |
MobileRTCBOStopCountDown | countdownSeconds |
BO Count Down Second. | |
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: it's timer BO NO: not timer BO. | |
BOOL | isTimerAutoStopBOEnabled |
YES: if time is up, will stop BO auto. NO: don't auto stop. | |
NSInteger | timerDuration |
Seconds of BO timer duration. | |
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. | |
BO option.
Definition at line 94 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
BO Count Down Second.
Definition at line 98 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable or disable that Attendee can choose breakout room, invalid when attendee is not contained.
Definition at line 139 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable or disable webinar attendee join webinar BO. When it changes, the BO data will be reset.
Definition at line 129 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable/Disable that auto move all assigned participants to breakout room.
Definition at line 110 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
YES: it's timer BO NO: not timer BO.
Definition at line 114 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable or disable that panelist can choose breakout room.
Definition at line 134 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable/Disable that participant can choose breakout room.
Definition at line 102 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable/Disable that participant can return to main session at any time.
Definition at line 106 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
YES: if time is up, will stop BO auto. NO: don't auto stop.
Definition at line 118 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable or disable that max roomUser limits in BO room.
Definition at line 144 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Numbers of max roomUser limits in BO room, default is 20.
Definition at line 149 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Seconds of BO timer duration.
Definition at line 123 of file MobileRTCBORole.h.