BO creator interface.
More...
#include <IBreakoutRoomHelper.h>
Inherited by IBreakoutRoomHelper.
BO creator interface.
Definition at line 96 of file IBreakoutRoomHelper.h.
◆ AddBreakoutRoom()
virtual ZRCSDKError IBOCreatorHelper::AddBreakoutRoom |
( |
| ) |
|
|
pure virtual |
Add a breakout room.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
This will result in a default breakout room to be added.
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ AssignUsersToBO()
virtual ZRCSDKError IBOCreatorHelper::AssignUsersToBO |
( |
const std::vector< std::string > & |
userGUIDList, |
|
|
const std::string & |
sessionBID |
|
) |
| |
|
pure virtual |
Assign users to a BO.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
userGUIDList | The user GUID list, can be one if assign single user to bo. |
sessionBID | The BO ID, empty string indicates to assign user back to main session. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ CreateBreakoutRooms()
Create 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.
◆ DeleteBreakoutRoom()
virtual ZRCSDKError IBOCreatorHelper::DeleteBreakoutRoom |
( |
const std::string & |
sessionBID | ) |
|
|
pure virtual |
Delete breakout room.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
sessionBID | Specify the BID of the room to delete. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ GetBOOptions()
Get current BO options.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[out] | boOptions | Current BO options. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ IsWebPreAssignBOEnabled()
virtual ZRCSDKError IBOCreatorHelper::IsWebPreAssignBOEnabled |
( |
bool & |
enabled | ) |
|
|
pure virtual |
Query if web pre-assign BO options enabled.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[out] | enabled | TRUE indicates web pre-assign BO options enabled. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RecoverToWebPreAssignBO()
virtual ZRCSDKError IBOCreatorHelper::RecoverToWebPreAssignBO |
( |
| ) |
|
|
pure virtual |
Recover breakout rooms to web pre-assigned options.
- 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()
◆ RenameBreakoutRoom()
virtual ZRCSDKError IBOCreatorHelper::RenameBreakoutRoom |
( |
const std::string & |
sessionBID, |
|
|
const std::string & |
newBOName |
|
) |
| |
|
pure virtual |
Rename the breakout room.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
sessionBID | Specify the BID of the room to rename. |
newBOName | Specify the new BO room name. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SetBOOptions()
Set the BO options.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[in] | boOptions | The configured BO options. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.