Meeting SDK for Linux API Reference
|
BO option. More...
#include <meeting_breakout_rooms_interface_v2.h>
Public Member Functions | |
BOOption () | |
Data Fields | |
BO_STOP_COUNTDOWN | countdown_seconds |
bool | IsParticipantCanChooseBO |
bool | IsParticipantCanReturnToMainSessionAtAnyTime |
bool | IsAutoMoveAllAssignedParticipantsEnabled |
bool | IsBOTimerEnabled |
bool | IsTimerAutoStopBOEnabled |
unsigned int | nTimerDuration |
bool | IsAttendeeContained |
The following items are for Webinar only. | |
bool | IsPanelistCanChooseBO |
bool | IsAttendeeCanChooseBO |
bool | IsUserConfigMaxRoomUserLimitsEnabled |
unsigned int | nUserConfigMaxRoomUserLimits |
BO option.
Definition at line 198 of file meeting_breakout_rooms_interface_v2.h.
|
inline |
Definition at line 228 of file meeting_breakout_rooms_interface_v2.h.
References BO_STOP_COUNTDOWN_SECONDS_60, countdown_seconds, IsAttendeeCanChooseBO, IsAttendeeContained, IsAutoMoveAllAssignedParticipantsEnabled, IsBOTimerEnabled, IsPanelistCanChooseBO, IsParticipantCanChooseBO, IsParticipantCanReturnToMainSessionAtAnyTime, IsTimerAutoStopBOEnabled, IsUserConfigMaxRoomUserLimitsEnabled, nTimerDuration, and nUserConfigMaxRoomUserLimits.
BO_STOP_COUNTDOWN BOOption::countdown_seconds |
Set the countdown after closing breakout room.
Definition at line 201 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().
bool BOOption::IsAttendeeCanChooseBO |
Enable/Disable that Attendee can choose breakout room, invalid when attendee is not contained.
Definition at line 223 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().
bool BOOption::IsAttendeeContained |
The following items are for Webinar only.
Enable/Disable Webinar Attendee join Webinar BO, When it changes, the BO data will be reset.
Definition at line 219 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().
bool BOOption::IsAutoMoveAllAssignedParticipantsEnabled |
Enable/Disable that auto move all assigned participants to breakout room.
Definition at line 207 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().
bool BOOption::IsBOTimerEnabled |
true: it's timer BO false: not timer BO
Definition at line 209 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().
bool BOOption::IsPanelistCanChooseBO |
Enable/Disable that Panelist can choose breakout room.
Definition at line 221 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().
bool BOOption::IsParticipantCanChooseBO |
Enable/Disable that participant can choose breakout room. Only for Meeting not Webinar.
Definition at line 203 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().
bool BOOption::IsParticipantCanReturnToMainSessionAtAnyTime |
Enable/Disable that participant can return to main session at any time.
Definition at line 205 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().
bool BOOption::IsTimerAutoStopBOEnabled |
true: if time is up, will stop BO auto. false: don't auto stop. Only for Meeting not Webinar.
Definition at line 211 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().
bool BOOption::IsUserConfigMaxRoomUserLimitsEnabled |
Enable/Disable that max roomUser limits in BO room.
Definition at line 225 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().
unsigned int BOOption::nTimerDuration |
seconds of BO timer duration, NOTE: when nTimerDuration is 0, it means that the BO duration is 30*60 seconds.
Definition at line 213 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().
unsigned int BOOption::nUserConfigMaxRoomUserLimits |
numbers of max roomUser limits in BO room.
Definition at line 227 of file meeting_breakout_rooms_interface_v2.h.
Referenced by BOOption().