Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BOOption Struct Reference

BO option. More...

#include <meeting_breakout_rooms_interface_v2.h>

Public Member Functions

 BOOption ()
 

Data Fields

BO_STOP_COUNTDOWN countdown_seconds
 Set the countdown after closing breakout room.
 
bool IsParticipantCanChooseBO
 Enable/Disable that participant can choose breakout room. Only for Meeting not Webinar.
 
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. Only for Meeting not Webinar.
 
unsigned int nTimerDuration
 seconds of BO timer duration, NOTE: when nTimerDuration is 0, it means that the BO duration is 30*60 seconds.
 
bool IsAttendeeContained
 The following items are for Webinar only.
 
bool IsPanelistCanChooseBO
 Enable/Disable that Panelist can choose breakout room.
 
bool IsAttendeeCanChooseBO
 Enable/Disable that Attendee can choose breakout room, invalid when attendee is not contained.
 
bool IsUserConfigMaxRoomUserLimitsEnabled
 Enable/Disable that max roomUser limits in BO room.
 
unsigned int nUserConfigMaxRoomUserLimits
 numbers of max roomUser limits in BO room.
 

Detailed Description

BO option.

Definition at line 162 of file meeting_breakout_rooms_interface_v2.h.

Constructor & Destructor Documentation

◆ BOOption()

BOOption::BOOption ( )
inline

Definition at line 178 of file meeting_breakout_rooms_interface_v2.h.

179 {
184 IsBOTimerEnabled = false;
186 nTimerDuration = 0;
187 IsPanelistCanChooseBO = false;
188 IsAttendeeCanChooseBO = false;
191 IsAttendeeContained = false;
192 }
bool IsTimerAutoStopBOEnabled
true: if time is up, will stop BO auto. false: don't auto stop. Only for Meeting not Webinar.
bool IsPanelistCanChooseBO
Enable/Disable that Panelist can choose breakout room.
bool IsUserConfigMaxRoomUserLimitsEnabled
Enable/Disable that max roomUser limits in BO room.
bool IsAutoMoveAllAssignedParticipantsEnabled
Enable/Disable that auto move all assigned participants to breakout room.
bool IsAttendeeCanChooseBO
Enable/Disable that Attendee can choose breakout room, invalid when attendee is not contained.
bool IsAttendeeContained
The following items are for Webinar only.
BO_STOP_COUNTDOWN countdown_seconds
Set the countdown after closing breakout room.
unsigned int nTimerDuration
seconds of BO timer duration, NOTE: when nTimerDuration is 0, it means that the BO duration is 30*60 ...
bool IsParticipantCanReturnToMainSessionAtAnyTime
Enable/Disable that participant can return to main session at any time.
bool IsParticipantCanChooseBO
Enable/Disable that participant can choose breakout room. Only for Meeting not Webinar.
bool IsBOTimerEnabled
true: it's timer BO false: not timer BO
unsigned int nUserConfigMaxRoomUserLimits
numbers of max roomUser limits in BO room.

References BO_STOP_COUNTDOWN_SECONDS_60, countdown_seconds, IsAttendeeCanChooseBO, IsAttendeeContained, IsAutoMoveAllAssignedParticipantsEnabled, IsBOTimerEnabled, IsPanelistCanChooseBO, IsParticipantCanChooseBO, IsParticipantCanReturnToMainSessionAtAnyTime, IsTimerAutoStopBOEnabled, IsUserConfigMaxRoomUserLimitsEnabled, nTimerDuration, and nUserConfigMaxRoomUserLimits.

Field Documentation

◆ countdown_seconds

BO_STOP_COUNTDOWN BOOption::countdown_seconds

Set the countdown after closing breakout room.

Definition at line 164 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ IsAttendeeCanChooseBO

bool BOOption::IsAttendeeCanChooseBO

Enable/Disable that Attendee can choose breakout room, invalid when attendee is not contained.

Definition at line 175 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ IsAttendeeContained

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 173 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ IsAutoMoveAllAssignedParticipantsEnabled

bool BOOption::IsAutoMoveAllAssignedParticipantsEnabled

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

Definition at line 167 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ IsBOTimerEnabled

bool BOOption::IsBOTimerEnabled

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

Definition at line 168 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ IsPanelistCanChooseBO

bool BOOption::IsPanelistCanChooseBO

Enable/Disable that Panelist can choose breakout room.

Definition at line 174 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ IsParticipantCanChooseBO

bool BOOption::IsParticipantCanChooseBO

Enable/Disable that participant can choose breakout room. Only for Meeting not Webinar.

Definition at line 165 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ IsParticipantCanReturnToMainSessionAtAnyTime

bool BOOption::IsParticipantCanReturnToMainSessionAtAnyTime

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

Definition at line 166 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ IsTimerAutoStopBOEnabled

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 169 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ IsUserConfigMaxRoomUserLimitsEnabled

bool BOOption::IsUserConfigMaxRoomUserLimitsEnabled

Enable/Disable that max roomUser limits in BO room.

Definition at line 176 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ nTimerDuration

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 170 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ nUserConfigMaxRoomUserLimits

unsigned int BOOption::nUserConfigMaxRoomUserLimits

numbers of max roomUser limits in BO room.

Definition at line 177 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().