Meeting SDK for Windows API Reference
|
BO data interface. More...
#include <meeting_breakout_rooms_interface_v2.h>
Public Member Functions | |
virtual void | SetEvent (IBODataEvent *pEvent)=0 |
Set BO data callback handler. | |
virtual IList< const zchar_t * > * | GetUnassignedUserList ()=0 |
Get the id list of all unassigned users. | |
virtual IList< const zchar_t * > * | GetBOMeetingIDList ()=0 |
Get the id list of all BOs. | |
virtual const zchar_t * | GetBOUserName (const zchar_t *strUserID)=0 |
Get user name by user ID. | |
virtual bool | IsBOUserMyself (const zchar_t *strUserID)=0 |
Determine if strUserID is myself. | |
virtual IBOMeeting * | GetBOMeetingByID (const zchar_t *strBOID)=0 |
Get BO object by BO ID. | |
virtual const zchar_t * | GetCurrentBoName ()=0 |
Get current BO name if you in a BO. | |
BO data interface.
Definition at line 652 of file meeting_breakout_rooms_interface_v2.h.
|
pure virtual |
Get BO object by BO ID.
Get the id list of all BOs.
Get user name by user ID.
|
pure virtual |
Get current BO name if you in a BO.
Get the id list of all unassigned users.
|
pure virtual |
Determine if strUserID is myself.
|
pure virtual |
Set BO data callback handler.
pEvent,A | pointer to the IBODataEvent. |