|
Meeting SDK for iOS API Reference
|
A class that contains breakout room options. More...
#include <MobileRTCBORole.h>
Inherits NSObject.
Properties | |
| MobileRTCBOStopCountDown | countdownSeconds |
| The breakout room countdown seconds. | |
| BOOL | isParticipantCanChooseBO |
| Enables or disables that participant can choose breakout room. | |
| BOOL | isParticipantCanReturnToMainSessionAtAnyTime |
| Enables or disables that participant can return to main session at any time. | |
| BOOL | isAutoMoveAllAssignedParticipantsEnabled |
| Enables or disables that auto move all assigned participants to breakout room. | |
| BOOL | isBOTimerEnabled |
| Indicates whether it's a timer breakout room. YES if it's a timer breakout room, NO otherwise. | |
| BOOL | isTimerAutoStopBOEnabled |
| Indicates whether to auto stop breakout room when time is up. YES if auto stop is enabled, NO otherwise. | |
| NSInteger | timerDurationMinutes |
| The minutes of breakout room timer duration. | |
| BOOL | isAttendeeContained |
| Enables or disables webinar attendee join webinar breakout room. When it changes, the breakout room data will be reset. | |
| BOOL | isPanelistCanChooseBO |
| Enables or disables that panelist can choose breakout room. | |
| BOOL | isAttendeeCanChooseBO |
| Enables or disables that attendee can choose breakout room. Invalid when attendee is not contained. | |
| BOOL | isUserConfigMaxRoomUserLimitsEnabled |
| Enables or disables that max room user limits in breakout room. | |
| unsigned int | nUserConfigMaxRoomUserLimits |
| The number of max room user limits in breakout room. The default is 20. | |
| BOOL | isAICompanionEnabled |
| Enables or disables auto-starting AI Companion for host or co-host in breakout rooms. | |
| BOOL | isTranscriptionEnabled |
| Enables or disables auto-starting transcription in breakout rooms. | |
A class that contains breakout room options.
Definition at line 97 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
The breakout room countdown seconds.
Definition at line 102 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enables or disables auto-starting AI Companion for host or co-host in breakout rooms.
Definition at line 165 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enables or disables that attendee can choose breakout room. Invalid when attendee is not contained.
Definition at line 149 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enables or disables webinar attendee join webinar breakout room. When it changes, the breakout room data will be reset.
Definition at line 139 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enables or disables that auto move all assigned participants to breakout room.
Definition at line 117 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Indicates whether it's a timer breakout room. YES if it's a timer breakout room, NO otherwise.
Definition at line 122 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enables or disables that panelist can choose breakout room.
Definition at line 144 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enables or disables that participant can choose breakout room.
Definition at line 107 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enables or disables that participant can return to main session at any time.
Definition at line 112 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Indicates whether to auto stop breakout room when time is up. YES if auto stop is enabled, NO otherwise.
Definition at line 127 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enables or disables auto-starting transcription in breakout rooms.
Definition at line 171 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
Enables or disables that max room user limits in breakout room.
Definition at line 154 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
The number of max room user limits in breakout room. The default is 20.
Definition at line 159 of file MobileRTCBORole.h.
|
readwritenonatomicassign |
The minutes of breakout room timer duration.
Definition at line 133 of file MobileRTCBORole.h.