ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IBreakoutRoomsInfo Class Referenceabstract

Meeting breakout rooms information interface. More...

#include <meeting_breakout_rooms_interface.h>

Public Member Functions

virtual const wchar_t * GetBID ()=0
 Get Breakout Room ID. More...
 
virtual const wchar_t * GetBreakoutRoomName ()=0
 Get Breakout Room name. More...
 

Detailed Description

Meeting breakout rooms information interface.

Deprecated:
This interface will be deprecated, please stop using it.

Member Function Documentation

◆ GetBID()

virtual const wchar_t* IBreakoutRoomsInfo::GetBID ( )
pure virtual

Get Breakout Room ID.

Returns
If the function succeeds, the return is a pointer to the string of Breakout Room ID. Otherwise failed, the return is NULL.

◆ GetBreakoutRoomName()

virtual const wchar_t* IBreakoutRoomsInfo::GetBreakoutRoomName ( )
pure virtual

Get Breakout Room name.

Returns
If the function succeeds, the return is a pointer to the string of Breakout Room name. Otherwise failed, the return is NULL.

The documentation for this class was generated from the following file: