BO data interface.
More...
#include <meeting_breakout_rooms_interface_v2.h>
BO data interface.
Definition at line 493 of file meeting_breakout_rooms_interface_v2.h.
◆ GetBOMeetingByID()
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 nullptr.
◆ GetBOMeetingIDList()
virtual IList< const zchar_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 nullptr.
◆ GetBOUserName()
virtual const zchar_t * IBOData::GetBOUserName |
( |
const zchar_t * | strUserID | ) |
|
|
pure virtual |
Get user name by user ID.
- Returns
- user name
◆ GetCurrentBoName()
virtual const zchar_t * IBOData::GetCurrentBoName |
( |
| ) |
|
|
pure virtual |
Get current BO name if you in a BO.
- Returns
- BO name
◆ GetUnassignedUserList()
virtual IList< const zchar_t * > * IBOData::GetUnassignedUserList |
( |
| ) |
|
|
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 nullptr.
◆ IsBOUserMyself()
virtual bool IBOData::IsBOUserMyself |
( |
const zchar_t * | strUserID | ) |
|
|
pure virtual |
Determine if strUserID is myself.
- Returns
- true if strUserID is myself, otherwise false.
◆ SetEvent()
Set BO data callback handler.
- Parameters
-