Waiting Room helper interface.
More...
#include <IWaitingRoomHelper.h>
Waiting Room helper interface.
Definition at line 62 of file IWaitingRoomHelper.h.
◆ ~IWaitingRoomHelper()
virtual IWaitingRoomHelper::~IWaitingRoomHelper |
( |
| ) |
|
|
inlinevirtual |
◆ DeregisterSink()
Deregister waiting room helper callback sink.
- 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.
◆ EnableWaitingRoomOnEntry()
virtual ZRCSDKError IWaitingRoomHelper::EnableWaitingRoomOnEntry |
( |
bool |
enable | ) |
|
|
pure virtual |
Enable waiting room on entry.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
enable | TRUE indicates users will enter in waiting room when joined the meeting. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ IsWaitingRoomLocked()
virtual ZRCSDKError IWaitingRoomHelper::IsWaitingRoomLocked |
( |
bool & |
locked | ) |
|
|
pure virtual |
Query if enable waiting room setting is locked.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[out] | locked | TRUE indicates enable waiting room setting is locked. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ IsWaitingRoomOnEntry()
virtual ZRCSDKError IWaitingRoomHelper::IsWaitingRoomOnEntry |
( |
bool & |
onEntry | ) |
|
|
pure virtual |
Query if is waiting room on entry.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[out] | onEntry | TRUE indicates users will enter in waiting room when joined the meeting. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ PutAllUsersIntoMeeting()
virtual ZRCSDKError IWaitingRoomHelper::PutAllUsersIntoMeeting |
( |
| ) |
|
|
pure virtual |
Put all the waiting room users into meeting.
- 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.
◆ PutUsersIntoMeeting()
virtual ZRCSDKError IWaitingRoomHelper::PutUsersIntoMeeting |
( |
std::vector< int32_t > |
userIDs | ) |
|
|
pure virtual |
Put users into meeting.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
userIDs | Assigned user list to be put into meeting. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ PutUsersIntoWaitingRoom()
virtual ZRCSDKError IWaitingRoomHelper::PutUsersIntoWaitingRoom |
( |
std::vector< int32_t > |
userIDs | ) |
|
|
pure virtual |
Put users into waiting room.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
userIDs | Assigned user list to be put into waiting room. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RegisterSink()
Register waiting room helper callback sink.
- 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.