#import <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.
◆ 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.
◆ getWaitingRoomUserInfo:
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 *) 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.
◆ 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.
◆ requestCustomWaitingRoomData
Get the WaitingRoom CustomizeData information in the waiting room.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ _delegate
◆ delegate