iOS SDK 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
 true: it's timer BO false: not timer BO
 
BOOL isTimerAutoStopBOEnabled
 true: if time is up, will stop BO auto. false: don't auto stop.
 
NSInteger timerDuration
 seconds of BO timer duration
 

Detailed Description

BO option.

Definition at line 67 of file MobileRTCBORole.h.

Property Documentation

◆ countdownSeconds

- (MobileRTCBOStopCountDown) countdownSeconds
readwritenonatomicassign

BO Count Down Second.

Definition at line 72 of file MobileRTCBORole.h.

◆ isAutoMoveAllAssignedParticipantsEnabled

- (BOOL) isAutoMoveAllAssignedParticipantsEnabled
readwritenonatomicassign

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

Definition at line 84 of file MobileRTCBORole.h.

◆ isBOTimerEnabled

- (BOOL) isBOTimerEnabled
readwritenonatomicassign

true: it's timer BO false: not timer BO

Definition at line 88 of file MobileRTCBORole.h.

◆ isParticipantCanChooseBO

- (BOOL) isParticipantCanChooseBO
readwritenonatomicassign

Enable/Disable that participant can choose breakout room.

Definition at line 76 of file MobileRTCBORole.h.

◆ isParticipantCanReturnToMainSessionAtAnyTime

- (BOOL) isParticipantCanReturnToMainSessionAtAnyTime
readwritenonatomicassign

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

Definition at line 80 of file MobileRTCBORole.h.

◆ isTimerAutoStopBOEnabled

- (BOOL) isTimerAutoStopBOEnabled
readwritenonatomicassign

true: if time is up, will stop BO auto. false: don't auto stop.

Definition at line 92 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 97 of file MobileRTCBORole.h.