BO attendee interface.
More...
#include <IBreakoutRoomHelper.h>
Inherited by IBreakoutRoomHelper.
BO attendee interface.
Definition at line 431 of file IBreakoutRoomHelper.h.
◆ AskHostForHelpInBO()
virtual ZRCSDKError IBOAttendeeHelper::AskHostForHelpInBO |
( |
| ) |
|
|
pure virtual |
Ask host for help when you are in need in BO.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ IsCanReturnMainSession()
virtual ZRCSDKError IBOAttendeeHelper::IsCanReturnMainSession |
( |
bool & |
canReturn | ) |
|
|
pure virtual |
Determine if participant can return to main session.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[out] | canReturn | TRUE indicates can return to main session. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ IsHostInThisBO()
virtual ZRCSDKError IBOAttendeeHelper::IsHostInThisBO |
( |
bool & |
in | ) |
|
|
pure virtual |
Determine if host is in the BO which attendee is assigned to.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[out] | in | TRUE indicates host is in current BO. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ JoinBreakoutRoom()
virtual ZRCSDKError IBOAttendeeHelper::JoinBreakoutRoom |
( |
| ) |
|
|
pure virtual |
Join the assigned breakout room.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ LeaveBreakoutRoom()
virtual ZRCSDKError IBOAttendeeHelper::LeaveBreakoutRoom |
( |
| ) |
|
|
pure virtual |
Leave breakout room.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RegisterSink()