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 92 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
BO Count Down Second.
Definition at line 96 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable or disable that Attendee can choose breakout room, invalid when attendee is not contained.
Definition at line 137 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 127 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable/Disable that auto move all assigned participants to breakout room.
Definition at line 108 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
YES: it's timer BO NO: not timer BO.
Definition at line 112 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable or disable that panelist can choose breakout room.
Definition at line 132 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable/Disable that participant can choose breakout room.
Definition at line 100 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable/Disable that participant can return to main session at any time.
Definition at line 104 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
YES: if time is up, will stop BO auto. NO: don't auto stop.
Definition at line 116 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enable or disable that max roomUser limits in BO room.
Definition at line 142 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Numbers of max roomUser limits in BO room, default is 20.
Definition at line 147 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Seconds of BO timer duration.
Definition at line 121 of file MobileRTCBORole.h.