Breakout Rooms controller interface.
More...
#include <meeting_breakout_rooms_interface.h>
Breakout Rooms controller interface.
- Deprecated:
- This interface will be deprecated, please stop using it.
◆ GetBreakoutRoomsInfoList()
Get the list of the Breakout Rooms.
- Returns
- If the function succeeds, the return is a pointer to the list of Breakout Rooms. For more details, see IBreakoutRoomsInfo. Otherwise failed, the return is NULL.
◆ JoinBreakoutRoom()
virtual SDKError IMeetingBreakoutRoomsController::JoinBreakoutRoom |
( |
const wchar_t * |
stBID | ) |
|
|
pure virtual |
Join the assigned Breakout Room.
- Parameters
-
stBID | Specify the Breakout Room ID to join. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ LeaveBreakoutRoom()
virtual SDKError IMeetingBreakoutRoomsController::LeaveBreakoutRoom |
( |
| ) |
|
|
pure virtual |
Leave Breakout Room.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetEvent()
Breakout room callback event handler.
- Parameters
-
pEvent | A pointer to the IMeetingBreakoutRoomsEvent that receives meeting Breakout out room callback event. If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum. |
The documentation for this class was generated from the following file: