BO admin interface.
More...
#include <IBreakoutRoomHelper.h>
Inherited by IBreakoutRoomHelper.
BO admin interface.
Definition at line 250 of file IBreakoutRoomHelper.h.
◆ BroadcastMessageToBreakoutRoom()
virtual ZRCSDKError IBOAdminHelper::BroadcastMessageToBreakoutRoom |
( |
const std::string & |
message | ) |
|
|
pure virtual |
Broadcast message to all breakout rooms.
- 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.
◆ CanBroadcastMessageToBO()
virtual ZRCSDKError IBOAdminHelper::CanBroadcastMessageToBO |
( |
bool & |
canBroadcast | ) |
|
|
pure virtual |
Query if you can broadcast message to BO.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[out] | canBroadcast | TRUE indicates you can broadcast message to BO. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ IgnoreUserHelpRequest()
virtual ZRCSDKError IBOAdminHelper::IgnoreUserHelpRequest |
( |
const std::string & |
userGUID | ) |
|
|
pure virtual |
Ignore user help request.
- 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.
◆ InviteBOUserReturnToMainSession()
virtual ZRCSDKError IBOAdminHelper::InviteBOUserReturnToMainSession |
( |
const std::string & |
userGUID | ) |
|
|
pure virtual |
Host invite user return to main session, When BO is started and user is in BO.
- 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.
◆ JoinBOByUserRequest()
Join breakout room by user help request.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
userGUID | The user guid. |
boRoomInfo | The BO room info. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ MoveUserToRunningBO()
virtual ZRCSDKError IBOAdminHelper::MoveUserToRunningBO |
( |
const std::string & |
userGUID, |
|
|
const std::string & |
sessionBID |
|
) |
| |
|
pure virtual |
Assign a unassigned user to a BO, when BO is started.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
userGUID | The user GUID. |
sessionBID | The BO ID. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RegisterSink()
◆ StartBreakoutRooms()
virtual ZRCSDKError IBOAdminHelper::StartBreakoutRooms |
( |
| ) |
|
|
pure virtual |
Start all breakout rooms.
- 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.
◆ StopBreakoutRooms()
virtual ZRCSDKError IBOAdminHelper::StopBreakoutRooms |
( |
| ) |
|
|
pure virtual |
Stop all breakout rooms.
- 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.