Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCBOOption Class Reference

BO option. More...

#import <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.
 

Detailed Description

BO option.

Definition at line 70 of file MobileRTCBORole.h.

Property Documentation

◆ countdownSeconds

- (MobileRTCBOStopCountDown) countdownSeconds
readwritenonatomicassign

BO Count Down Second.

Definition at line 75 of file MobileRTCBORole.h.

◆ isAttendeeCanChooseBO

- (BOOL) isAttendeeCanChooseBO
readwritenonatomicassign

Enable or disable that Attendee can choose breakout room, invalid when attendee is not contained.

Definition at line 116 of file MobileRTCBORole.h.

◆ isAttendeeContained

- (BOOL) isAttendeeContained
readwritenonatomicassign

Enable or disable webinar attendee join webinar BO. When it changes, the BO data will be reset.

Definition at line 106 of file MobileRTCBORole.h.

◆ isAutoMoveAllAssignedParticipantsEnabled

- (BOOL) isAutoMoveAllAssignedParticipantsEnabled
readwritenonatomicassign

Enable/Disable that auto move all assigned participants to breakout room.

Definition at line 87 of file MobileRTCBORole.h.

◆ isBOTimerEnabled

- (BOOL) isBOTimerEnabled
readwritenonatomicassign

YES: it's timer BO NO: not timer BO.

Definition at line 91 of file MobileRTCBORole.h.

◆ isPanelistCanChooseBO

- (BOOL) isPanelistCanChooseBO
readwritenonatomicassign

Enable or disable that panelist can choose breakout room.

Definition at line 111 of file MobileRTCBORole.h.

◆ isParticipantCanChooseBO

- (BOOL) isParticipantCanChooseBO
readwritenonatomicassign

Enable/Disable that participant can choose breakout room.

Definition at line 79 of file MobileRTCBORole.h.

◆ isParticipantCanReturnToMainSessionAtAnyTime

- (BOOL) isParticipantCanReturnToMainSessionAtAnyTime
readwritenonatomicassign

Enable/Disable that participant can return to main session at any time.

Definition at line 83 of file MobileRTCBORole.h.

◆ isTimerAutoStopBOEnabled

- (BOOL) isTimerAutoStopBOEnabled
readwritenonatomicassign

YES: if time is up, will stop BO auto. NO: don't auto stop.

Definition at line 95 of file MobileRTCBORole.h.

◆ isUserConfigMaxRoomUserLimitsEnabled

- (BOOL) isUserConfigMaxRoomUserLimitsEnabled
readwritenonatomicassign

Enable or disable that max roomUser limits in BO room.

Definition at line 121 of file MobileRTCBORole.h.

◆ nUserConfigMaxRoomUserLimits

- (unsigned int) nUserConfigMaxRoomUserLimits
readwritenonatomicassign

Numbers of max roomUser limits in BO room, default is 20.

Definition at line 126 of file MobileRTCBORole.h.

◆ timerDuration

- (NSInteger) timerDuration
readwritenonatomicassign

seconds of BO timer duration

Warning
when timerDuration is 0, it means that the BO duration is 30*60 seconds.

Definition at line 100 of file MobileRTCBORole.h.