BO data interface.
More...
#include <IBreakoutRoomHelper.h>
Inherited by IBreakoutRoomHelper.
BO data interface.
Definition at line 567 of file IBreakoutRoomHelper.h.
◆ GetBOUserStatus()
Query self breakout room user status.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ GetBreakoutRoomList()
Get all breakout room info list.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[out] | boRoomList | All bo room info list. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ GetBreakoutRoomUserList()
Get all breakout rooms' user list.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
The BO user list contains all users of breakout rooms, including main session. Check user breakout room status with MeetingParticipant.BreakoutRoomStatus
- Parameters
-
[out] | userList | All breakout rooms' user list. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RegisterSink()