BO admin interface.
More...
#include <meeting_breakout_rooms_interface_v2.h>
BO admin interface.
Definition at line 344 of file meeting_breakout_rooms_interface_v2.h.
◆ AssignNewUserToRunningBO()
virtual bool IBOAdmin::AssignNewUserToRunningBO |
( |
const zchar_t * | strUserID, |
|
|
const zchar_t * | strBOID ) |
|
pure virtual |
To set a unassigned user to a BO, when BO is started.
- Returns
- true indicates success, otherwise fail.
◆ BroadcastMessage()
virtual bool IBOAdmin::BroadcastMessage |
( |
const zchar_t * | strMsg | ) |
|
|
pure virtual |
To send the broadcast message.
- Returns
- true indicates success, otherwise fail.
◆ BroadcastVoiceToBo()
virtual bool IBOAdmin::BroadcastVoiceToBo |
( |
bool | bStart | ) |
|
|
pure virtual |
Start or stop broadcasting voice to BO.
- Parameters
-
bStart | True for start and false for stop. |
- Returns
- true means that the invocation succeeds. Otherwise, it fails.
◆ CanBroadcastVoiceToBO()
virtual bool IBOAdmin::CanBroadcastVoiceToBO |
( |
| ) |
|
|
pure virtual |
Query if the host now has the ability to broadcast voice to BO.
- Returns
- true means that the host now has the ability, otherwise the host does not.
◆ CanStartBO()
virtual bool IBOAdmin::CanStartBO |
( |
| ) |
|
|
pure virtual |
Determine if can start BO.
- Returns
- true indicates can, otherwise can not.
◆ IgnoreUserHelpRequest()
virtual bool IBOAdmin::IgnoreUserHelpRequest |
( |
const zchar_t * | strUserID | ) |
|
|
pure virtual |
To ignore the request help.
- Returns
- true indicates success, otherwise fail.
◆ InviteBOUserReturnToMainSession()
virtual bool IBOAdmin::InviteBOUserReturnToMainSession |
( |
const zchar_t * | strUserID | ) |
|
|
pure virtual |
Host invite user return to main session, When BO is started and user is in BO.
- Returns
- true indicates success, otherwise fail.
◆ IsBroadcastVoiceToBOSupport()
virtual bool IBOAdmin::IsBroadcastVoiceToBOSupport |
( |
| ) |
|
|
pure virtual |
Query if the current meeting supports broadcasting host's voice to BO.
- Returns
- true means that the meeting supports thised, otherwise it's not supported.
◆ JoinBOByUserRequest()
virtual bool IBOAdmin::JoinBOByUserRequest |
( |
const zchar_t * | strUserID | ) |
|
|
pure virtual |
To join the BO which request help is from.
- Returns
- true indicates success, otherwise fail.
◆ SetEvent()
Set admin callback handler.
- Parameters
-
◆ StartBO()
virtual bool IBOAdmin::StartBO |
( |
| ) |
|
|
pure virtual |
◆ StopBO()
virtual bool IBOAdmin::StopBO |
( |
| ) |
|
|
pure virtual |
◆ SwitchAssignedUserToRunningBO()
virtual bool IBOAdmin::SwitchAssignedUserToRunningBO |
( |
const zchar_t * | strUserID, |
|
|
const zchar_t * | strBOID ) |
|
pure virtual |
To Switch user to other BO, when BO is started.
- Returns
- true indicates success, otherwise fail.