|
Windows SDK API 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... | |
BO option.
Definition at line 121 of file meeting_breakout_rooms_interface_v2.h.
|
inline |
Definition at line 131 of file meeting_breakout_rooms_interface_v2.h.
References BO_STOP_COUNTDOWN_SECONDS_60, countdown_seconds, IsAutoMoveAllAssignedParticipantsEnabled, IsBOTimerEnabled, IsParticipantCanChooseBO, IsParticipantCanReturnToMainSessionAtAnyTime, IsTimerAutoStopBOEnabled, and nTimerDuration.
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().