#include <ZoomSDKWaitingRoomController.h>
Inherits NSObject.
◆ admitAllToMeeting
Permit all of the users currently in the waiting room to join the meeting.
- Returns
- If the function succeeds, it will return
ZoomSDKError_Success
. Otherwise failed. To get extended error information, see ZoomSDKError.
◆ admitToMeeting:
Admit user to join meeting.
- Parameters
-
userid | The ID of user who joins meeting. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ canExpelUser
Determine if a host or cohost can expel users in the waiting room.
- Returns
- YES means that a host or cohost can expel users in the waiting room. Otherwise they may not.
◆ canRenameUser
Determine if the host or cohost can rename users in the waiting room.
- Returns
- YES means the host or cohost can rename users in the waiting room. Otherwise they can’t.
◆ enableWaitingRoomOnEntry:
Set to enable/disable waiting room.
- Parameters
-
enable | YES means enabled, NO disabled. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ expelUser:
Remove a specified user from the waiting room.
- Parameters
-
userID | The ID of the user removed from the waiting room by a host or cohost. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ getWaitingRoomUserInfo:
- (ZoomSDKUserInfo *_Nullable) getWaitingRoomUserInfo: |
|
(unsigned int) | userid |
|
Get the information of users in the waiting room.
- Parameters
-
userid | The ID of user who is in the waiting room. |
- Returns
- If the function succeeds, it will return the object of ZoomSDKUserInfo for the specified user.
◆ getWaitRoomUserList
- (NSArray *_Nullable) getWaitRoomUserList |
|
|
|
Get the list of users in the waiting room.
- Returns
- If the function succeeds, it will return a NSArray.
◆ isAudioEnabledInWaitingRoom
- (BOOL) isAudioEnabledInWaitingRoom |
|
|
|
Determine if the attendee is enabled to turn on audio when joining the meeting.
- Returns
- True indicates to enable to turn on.
◆ isEnableWaitingRoomOnEntry
- (BOOL) isEnableWaitingRoomOnEntry |
|
|
|
Query if waiting room is enabled in current meeting.
- Returns
- YES means enabled, otherwise not.
◆ isSupportWaitingRoom
- (BOOL) isSupportWaitingRoom |
|
|
|
Query if the meeting supports waiting room.
- Returns
- YES means supported, otherwise not.
◆ isVideoEnabledInWaitingRoom
- (BOOL) isVideoEnabledInWaitingRoom |
|
|
|
Determine if the attendee is enabled to turn on video when joining the meeting.
- Returns
- True indicates to enable to turn on.
◆ isWaitingRoomOnEntryLocked
- (BOOL) isWaitingRoomOnEntryLocked |
|
|
|
◆ putIntoWaitingRoom:
Put user into waiting room.
- Parameters
-
userid | The ID of user who is put into waiting room by host/co-host. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ renameUser:newUserName:
- (ZoomSDKError) renameUser: |
|
(unsigned int) | userID |
newUserName: |
|
(NSString *) | userName |
Change a user's screen name in the waiting room.
- Parameters
-
userID | The ID of users put into the waiting room by a host or cohost. |
userName | The new user name. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ requestCustomWaitingRoomData
Get the WaitingRoom CustomizeData information in the waiting room.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ _delegate
◆ delegate