|
Meeting SDK for macOS API Reference
|
Interface for managing the waiting room during a meeting. More...
#include <ZoomSDKWaitingRoomController.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isSupportWaitingRoom |
| Query if the meeting supports waiting room. | |
| (BOOL) | - isWaitingRoomOnEntryLocked |
| Query if ZoomSDKWaitingRoomController::enableWaitingRoomOnEntry: feature locked. | |
| (BOOL) | - isEnableWaitingRoomOnEntry |
| Query if waiting room is enabled in current meeting. | |
| (ZoomSDKError) | - enableWaitingRoomOnEntry: |
| Sets to enable or disable waiting room. | |
| (NSArray *_Nullable) | - getWaitRoomUserList |
| Gets the list of users in the waiting room. | |
| (ZoomSDKUserInfo *_Nullable) | - getWaitingRoomUserInfo: |
| Gets the information of users in the waiting room. | |
| (ZoomSDKError) | - admitToMeeting: |
| Admit user to join meeting. | |
| (ZoomSDKError) | - admitAllToMeeting |
| Permit all of the users currently in the waiting room to join the meeting. | |
| (ZoomSDKError) | - putIntoWaitingRoom: |
| Put user into waiting room. | |
| (BOOL) | - isAudioEnabledInWaitingRoom |
| Determines if the attendee is enabled to turn on audio when joining the meeting. | |
| (ZoomSDKError) | - presetAudioInWaitingRoom: |
| Pre-set audio mute or unmute status in waiting room. | |
| (BOOL) | - isPresetAudioUnmuteInWaitingRoom |
| Gets the audio pre-set mute or unmute status in waiting room. | |
| (BOOL) | - isVideoEnabledInWaitingRoom |
| Determines if the attendee is enabled to turn on video when joining the meeting. | |
| (ZoomSDKError) | - presetVideoInWaitingRoom: |
| Pre-set video mute or unmute status in waiting room. | |
| (BOOL) | - isPresetVideoUnmuteInWaitingRoom |
| Gets the video pre-set mute or unmute status in waiting room. | |
| (ZoomSDKError) | - requestCustomWaitingRoomData |
| Gets the WaitingRoom CustomizeData information in the waiting room. | |
| (BOOL) | - canRenameUser |
| Determines if the host or cohost can rename users in the waiting room. | |
| (ZoomSDKError) | - renameUser:newUserName: |
| Change a screen name of the user in the waiting room. | |
| (BOOL) | - canExpelUser |
| Determines if a host or cohost can expel users in the waiting room. | |
| (ZoomSDKError) | - expelUser: |
| Removes a specified user from the waiting room. | |
Protected Attributes | |
| id< ZoomSDKWaitingRoomDelegate > | _delegate |
Properties | |
| id< ZoomSDKWaitingRoomDelegate > | delegate |
| Sets the delegate to receive waiting room events. | |
Interface for managing the waiting room during a meeting.
Definition at line 176 of file ZoomSDKWaitingRoomController.h.
| - (ZoomSDKError) admitAllToMeeting |
Permit all of the users currently in the waiting room to join the meeting.
References admitAllToMeeting.
Referenced by admitAllToMeeting.
| - (ZoomSDKError) admitToMeeting: | (unsigned int) | userid |
Admit user to join meeting.
| userid | The ID of user who joins meeting. |
| - (BOOL) canExpelUser |
Determines if a host or cohost can expel users in the waiting room.
References canExpelUser.
Referenced by canExpelUser.
| - (BOOL) canRenameUser |
Determines if the host or cohost can rename users in the waiting room.
References canRenameUser.
Referenced by canRenameUser.
| - (ZoomSDKError) enableWaitingRoomOnEntry: | (BOOL) | enable |
Sets to enable or disable waiting room.
| enable | YES if enabled, NO otherwise. |
| - (ZoomSDKError) expelUser: | (unsigned int) | userID |
Removes a specified user from the waiting room.
| userID | The user's ID removed from the waiting room by a host or cohost. |
| - (ZoomSDKUserInfo *_Nullable) getWaitingRoomUserInfo: | (unsigned int) | userid |
Gets the information of users in the waiting room.
| userid | The ID of user who is in the waiting room. |
| - (NSArray *_Nullable) getWaitRoomUserList |
Gets the list of users in the waiting room.
References getWaitRoomUserList.
Referenced by getWaitRoomUserList.
| - (BOOL) isAudioEnabledInWaitingRoom |
Determines if the attendee is enabled to turn on audio when joining the meeting.
References isAudioEnabledInWaitingRoom.
Referenced by isAudioEnabledInWaitingRoom.
| - (BOOL) isEnableWaitingRoomOnEntry |
Query if waiting room is enabled in current meeting.
References isEnableWaitingRoomOnEntry.
Referenced by isEnableWaitingRoomOnEntry.
| - (BOOL) isPresetAudioUnmuteInWaitingRoom |
Gets the audio pre-set mute or unmute status in waiting room.
References isPresetAudioUnmuteInWaitingRoom.
Referenced by isPresetAudioUnmuteInWaitingRoom.
| - (BOOL) isPresetVideoUnmuteInWaitingRoom |
Gets the video pre-set mute or unmute status in waiting room.
References isPresetVideoUnmuteInWaitingRoom.
Referenced by isPresetVideoUnmuteInWaitingRoom.
| - (BOOL) isSupportWaitingRoom |
Query if the meeting supports waiting room.
References isSupportWaitingRoom.
Referenced by isSupportWaitingRoom.
| - (BOOL) isVideoEnabledInWaitingRoom |
Determines if the attendee is enabled to turn on video when joining the meeting.
References isVideoEnabledInWaitingRoom.
Referenced by isVideoEnabledInWaitingRoom.
| - (BOOL) isWaitingRoomOnEntryLocked |
Query if ZoomSDKWaitingRoomController::enableWaitingRoomOnEntry: feature locked.
References isWaitingRoomOnEntryLocked.
Referenced by isWaitingRoomOnEntryLocked.
| - (ZoomSDKError) presetAudioInWaitingRoom: | (BOOL) | muteAudio |
Pre-set audio mute or unmute status in waiting room.
| muteAudio | Pre-set audio mute or unmute status. |
ZoomSDKError_Success means the pre-set success. Otherwise, this function returns an error. | - (ZoomSDKError) presetVideoInWaitingRoom: | (BOOL) | muteVideo |
Pre-set video mute or unmute status in waiting room.
| muteVideo | Pre-set video mute or unmute status. |
ZoomSDKError_Success means the pre-set succeeded. Otherwise, this function returns an error. | - (ZoomSDKError) putIntoWaitingRoom: | (unsigned int) | userid |
Put user into waiting room.
| userid | The ID of user who is put into waiting room by host or co-host. |
| - (ZoomSDKError) renameUser: | (unsigned int) | userID | |
| newUserName: | (NSString *) | userName |
Change a screen name of the user in the waiting room.
| userID | The ID of users put into the waiting room by a host or cohost. |
| userName | The new user name. |
| - (ZoomSDKError) requestCustomWaitingRoomData |
Gets the WaitingRoom CustomizeData information in the waiting room.
References requestCustomWaitingRoomData.
Referenced by requestCustomWaitingRoomData.
|
protected |
Definition at line 178 of file ZoomSDKWaitingRoomController.h.
|
readwritenonatomicassign |
Sets the delegate to receive waiting room events.
Definition at line 183 of file ZoomSDKWaitingRoomController.h.