Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IBOMeeting Class Referenceabstract

BO interface. More...

#include <meeting_breakout_rooms_interface_v2.h>

Public Member Functions

virtual ~IBOMeeting ()
 
virtual const zchar_tGetBOID ()=0
 Gets the BO ID.
 
virtual const zchar_tGetBOName ()=0
 Gets the BO name.
 
virtual IList< const zchar_t * > * GetBOUserList ()=0
 Gets the user ID list in the BO.
 
virtual BO_CTRL_USER_STATUS GetBOUserStatus (const zchar_t *strUserID)=0
 Gets the user status by user ID.
 

Detailed Description

BO interface.

Definition at line 97 of file meeting_breakout_rooms_interface_v2.h.

Constructor & Destructor Documentation

◆ ~IBOMeeting()

virtual IBOMeeting::~IBOMeeting ( )
inlinevirtual

Definition at line 100 of file meeting_breakout_rooms_interface_v2.h.

100{}

Member Function Documentation

◆ 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()

virtual BO_CTRL_USER_STATUS IBOMeeting::GetBOUserStatus ( const zchar_t * strUserID)
pure virtual

Gets the user status by user ID.

Parameters
strUserIDThe user's ID.
Returns
If the function succeeds, it returns the user status.