Windows SDK API Reference
Loading...
Searching...
No Matches
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. More...
 
bool IsParticipantCanChooseBO
 Enable/Disable that participant can choose breakout room. More...
 
bool IsParticipantCanReturnToMainSessionAtAnyTime
 Enable/Disable that participant can return to main session at any time. More...
 
bool IsAutoMoveAllAssignedParticipantsEnabled
 Enable/Disable that auto move all assigned participants to breakout room. More...
 
bool IsBOTimerEnabled
 true: it's timer BO false: not timer BO More...
 
bool IsTimerAutoStopBOEnabled
 true: if time is up, will stop BO auto. false: don't auto stop. More...
 
unsigned int nTimerDuration
 seconds of BO timer duration, NOTE: when nTimerDuration is 0, it means that the BO duration is 30*60 seconds. More...
 

Detailed Description

BO option.

Definition at line 121 of file meeting_breakout_rooms_interface_v2.h.

Constructor & Destructor Documentation

◆ BOOption()

BOOption::BOOption ( )
inline

Definition at line 131 of file meeting_breakout_rooms_interface_v2.h.

132 {
137 IsBOTimerEnabled = false;
139 nTimerDuration = 0;
140 }
bool IsTimerAutoStopBOEnabled
true: if time is up, will stop BO auto. false: don't auto stop.
bool IsAutoMoveAllAssignedParticipantsEnabled
Enable/Disable that auto move all assigned participants to breakout room.
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.
bool IsBOTimerEnabled
true: it's timer BO false: not timer BO

References BO_STOP_COUNTDOWN_SECONDS_60, countdown_seconds, IsAutoMoveAllAssignedParticipantsEnabled, IsBOTimerEnabled, IsParticipantCanChooseBO, IsParticipantCanReturnToMainSessionAtAnyTime, IsTimerAutoStopBOEnabled, and nTimerDuration.

Field Documentation

◆ countdown_seconds

BO_STOP_COUNTDOWN BOOption::countdown_seconds

Set the countdown after closing breakout room.

Definition at line 123 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 126 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 127 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().

◆ IsParticipantCanChooseBO

bool BOOption::IsParticipantCanChooseBO

Enable/Disable that participant can choose breakout room.

Definition at line 124 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 125 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.

Definition at line 128 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 129 of file meeting_breakout_rooms_interface_v2.h.

Referenced by BOOption().