BO creator interface.
More...
#include <meeting_breakout_rooms_interface_v2.h>
BO creator interface.
Definition at line 170 of file meeting_breakout_rooms_interface_v2.h.
◆ AssignUserToBO()
virtual bool IBOCreator::AssignUserToBO |
( |
const wchar_t * |
strUserID, |
|
|
const wchar_t * |
strBOID |
|
) |
| |
|
pure virtual |
Assign a user to a BO.
- Parameters
-
strUserID,is | the user ID. |
strBOID,is | the BO ID. |
- Returns
- if success the return value is true, otherwise false.
◆ CreateBO()
virtual const wchar_t * IBOCreator::CreateBO |
( |
const wchar_t * |
strBOName | ) |
|
|
pure virtual |
Create a BO.
- Parameters
-
- Returns
- if success the return value is BO ID, otherwise NULL.
◆ GetBatchCreateBOHelper()
Get the Batch create bo controller.
- Returns
- If the function succeeds, the return value is a pointer to IBatchCreateBOHelper. Otherwise returns NULL.
◆ GetBOOption()
virtual bool IBOCreator::GetBOOption |
( |
BOOption & |
option | ) |
|
|
pure virtual |
Get BO option.
- Parameters
-
option,Get | the current bo option through this parameter. |
- Returns
- if success the return value is true, otherwise false.
◆ RemoveBO()
virtual bool IBOCreator::RemoveBO |
( |
const wchar_t * |
strBOID | ) |
|
|
pure virtual |
Remove a BO.
- Parameters
-
- Returns
- if success the return value is true, otherwise false.
◆ RemoveUserFromBO()
virtual bool IBOCreator::RemoveUserFromBO |
( |
const wchar_t * |
strUserID, |
|
|
const wchar_t * |
strBOID |
|
) |
| |
|
pure virtual |
Remove some user from a BO.
- Parameters
-
strUserID,is | the user ID. |
strBOID,is | the BO ID. |
- Returns
- if success the return value is true, otherwise false.
◆ SetBOOption()
virtual bool IBOCreator::SetBOOption |
( |
const BOOption & |
option | ) |
|
|
pure virtual |
Set BO option.
- Parameters
-
option,the | option that you want to set. |
- Returns
- if success the return value is true, otherwise false.
◆ SetEvent()
◆ UpdateBOName()
virtual bool IBOCreator::UpdateBOName |
( |
const wchar_t * |
strBOID, |
|
|
const wchar_t * |
strNewBOName |
|
) |
| |
|
pure virtual |
Update BO name.
- Parameters
-
strBOID,is | the BO ID. |
strNewBOName,is | the new BO name. |
- Returns
- if success the return value is true, otherwise false.