BO interface.
More...
#include <meeting_breakout_rooms_interface_v2.h>
BO interface.
Definition at line 97 of file meeting_breakout_rooms_interface_v2.h.
◆ ~IBOMeeting()
| virtual IBOMeeting::~IBOMeeting |
( |
| ) |
|
|
inlinevirtual |
◆ GetBOID()
| virtual const zchar_t * IBOMeeting::GetBOID |
( |
| ) |
|
|
pure virtual |
Gets the BO ID.
- Returns
- If the function succeeds, it returns the BO ID. Otherwise, this function fails and returns nullptr.
◆ GetBOName()
| virtual const zchar_t * IBOMeeting::GetBOName |
( |
| ) |
|
|
pure virtual |
Gets the BO name.
- Returns
- If the function succeeds, it returns the BO name. Otherwise, this function fails and returns nullptr.
◆ GetBOUserList()
| virtual IList< const zchar_t * > * IBOMeeting::GetBOUserList |
( |
| ) |
|
|
pure virtual |
Gets the user ID list in the BO.
- Returns
- If the function succeeds, it returns a pointer to IList object. Otherwise, this function fails and returns nullptr.
◆ GetBOUserStatus()
Gets the user status by user ID.
- Parameters
-
- Returns
- If the function succeeds, it returns the user status.