BO assistant interface.
More...
#include <IBreakoutRoomHelper.h>
Inherited by IBreakoutRoomHelper.
BO assistant interface.
Definition at line 354 of file IBreakoutRoomHelper.h.
◆ JoinBreakoutRoom()
virtual ZRCSDKError IBOAssistantHelper::JoinBreakoutRoom |
( |
const std::string & |
sessionBID | ) |
|
|
pure virtual |
Join breakout room.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
sessionBID | Specify the BID of the room to join. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ LeaveBreakoutRoom()
virtual ZRCSDKError IBOAssistantHelper::LeaveBreakoutRoom |
( |
const std::string & |
sessionBID | ) |
|
|
pure virtual |
Leave breakout room.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
sessionBID | Specify the BID of the room to leave. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ ResponseHostInviteToMainSession()
virtual ZRCSDKError IBOAssistantHelper::ResponseHostInviteToMainSession |
( |
bool |
accept | ) |
|
|
pure virtual |
Response host invite to main session when receiving OnHostInviteReturnToMainSession.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
accept | TRUE indicates to return to main session. Otherwise ignore. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.