Meeting SDK for Windows API Reference
|
BO interface. More...
#include <meeting_breakout_rooms_interface_v2.h>
Public Member Functions | |
virtual | ~IBOMeeting () |
virtual const zchar_t * | GetBOID ()=0 |
Get BO ID. | |
virtual const zchar_t * | GetBOName ()=0 |
Get BO name. | |
virtual IList< const zchar_t * > * | GetBOUserList ()=0 |
Get user ID list in the BO. | |
virtual BO_CTRL_USER_STATUS | GetBOUserStatus (const zchar_t *strUserID)=0 |
Get user status by user ID. | |
BO interface.
Definition at line 94 of file meeting_breakout_rooms_interface_v2.h.
|
inlinevirtual |
Definition at line 97 of file meeting_breakout_rooms_interface_v2.h.
|
pure virtual |
Get BO ID.
|
pure virtual |
Get BO name.
Get user ID list in the BO.
|
pure virtual |
Get user status by user ID.