BO data interface.
More...
#include <meeting_breakout_rooms_interface_v2.h>
BO data interface.
Definition at line 392 of file meeting_breakout_rooms_interface_v2.h.
◆ GetBOMeetingByID()
virtual IBOMeeting * IBOData::GetBOMeetingByID |
( |
const wchar_t * |
strBOID | ) |
|
|
pure virtual |
Get BO object by BO ID.
- Returns
- If the function succeeds, the return value is a pointer to IBOMeeting object. For more details, see IBOMeeting, Otherwise failed, the return value is NULL.
◆ GetBOMeetingIDList()
virtual IList< const wchar_t * > * IBOData::GetBOMeetingIDList |
( |
| ) |
|
|
pure virtual |
Get the id list of all BOs.
- Returns
- If the function succeeds, the return value is a pointer to IList object. For more details, see IList, Otherwise failed, the return value is NULL.
◆ GetBOUserName()
virtual const wchar_t * IBOData::GetBOUserName |
( |
const wchar_t * |
strUserID | ) |
|
|
pure virtual |
Get user name by user ID.
- Returns
- user name
◆ GetBOUserStatus()
◆ GetCurrentBoName()
virtual const wchar_t * IBOData::GetCurrentBoName |
( |
| ) |
|
|
pure virtual |
Get current BO name if you in a BO.
- Returns
- BO name
◆ GetUnassginedUserList()
virtual IList< const wchar_t * > * IBOData::GetUnassginedUserList |
( |
| ) |
|
|
pure virtual |
Get the id list of all unassigned users.
- Returns
- If the function succeeds, the return value is a pointer to IList object. For more details, see IList, Otherwise failed, the return value is NULL.
◆ IsBOUserMyself()
virtual bool IBOData::IsBOUserMyself |
( |
const wchar_t * |
strUserID | ) |
|
|
pure virtual |
Determine if strUserID is myself.
- Returns
- true if strUserID is myself, otherwise false.
◆ SetEvent()
Set BO data callback handler.
- Parameters
-