|
Meeting SDK for iOS API Reference
|
Interface for managing the waiting room during a meeting. More...
#include <MobileRTCWaitingRoomService.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isSupportWaitingRoom |
| Determines if this meeting supports Waiting Room feature. | |
| (BOOL) | - isWaitingRoomOnEntryFlagOn |
| Determines if this meeting has Waiting Room feature enabled. | |
| (BOOL) | - isWaitingRoomOnEntryLocked |
| Queries if enableWaitingRoomOnEntry feature is locked. | |
| (MobileRTCMeetError) | - enableWaitingRoomOnEntry: |
| Enables or disables waiting room feature of this meeting. | |
| (nullable NSArray< NSNumber * > *) | - waitingRoomList |
| Gets the waiting room user ID list. | |
| (nullable MobileRTCMeetingUserInfo *) | - waitingRoomUserInfoByID: |
| Gets the user detail information in the waiting room. | |
| (MobileRTCSDKError) | - admitToMeeting: |
| Admits the user to go to the meeting from the waiting room. | |
| (MobileRTCSDKError) | - admitAllToMeeting |
| Permits all of the users currently in the waiting room to join the meeting. | |
| (MobileRTCSDKError) | - putInWaitingRoom: |
| Puts the user to the waiting room from the meeting. | |
| (BOOL) | - isAudioEnabledInWaitingRoom |
| Determines if the attendee is enabled to turn on audio when joining the meeting. | |
| (BOOL) | - isVideoEnabledInWaitingRoom |
| Determines if the attendee is enabled to turn on video when joining the meeting. | |
| (MobileRTCSDKError) | - presetAudioInWaitingRoom: |
| Pre-sets audio mute or unmute status in the waiting room. | |
| (BOOL) | - isPresetAudioUnmuteInWaitingRoom |
| Gets the audio pre-set mute or unmute status in the waiting room. | |
| (MobileRTCSDKError) | - presetVideoInWaitingRoom: |
| Pre-sets video mute or unmute status in the waiting room. | |
| (BOOL) | - isPresetVideoUnmuteInWaitingRoom |
| Gets the video pre-set mute or unmute status in the waiting room. | |
| (MobileRTCSDKError) | - requestCustomWaitingRoomData |
| Gets the WaitingRoom CustomizeData information in the waiting room. | |
| (BOOL) | - canRenameUser |
| Determines if host or co-host is enabled to rename user in the waiting room. | |
| (MobileRTCSDKError) | - renameUser:newUserName: |
| Changes the user's screen name in the waiting room. | |
| (BOOL) | - canExpelUser |
| Determines if host or co-host is enabled to expel user in the waiting room. | |
| (MobileRTCSDKError) | - expelUser: |
| Removes the specified user from the waiting room. | |
Properties | |
| id< MobileRTCWaitingRoomServiceDelegate > _Nullable | delegate |
| Waiting Room service delegate. | |
Interface for managing the waiting room during a meeting.
Definition at line 108 of file MobileRTCWaitingRoomService.h.
| - (MobileRTCSDKError) admitAllToMeeting |
Permits all of the users currently in the waiting room to join the meeting.
References admitAllToMeeting.
Referenced by admitAllToMeeting.
| - (MobileRTCSDKError) admitToMeeting: | (NSUInteger) | userId |
Admits the user to go to the meeting from the waiting room.
| userId | The user ID. |
| - (BOOL) canExpelUser |
Determines if host or co-host is enabled to expel user in the waiting room.
References canExpelUser.
Referenced by canExpelUser.
| - (BOOL) canRenameUser |
Determines if host or co-host is enabled to rename user in the waiting room.
References canRenameUser.
Referenced by canRenameUser.
| - (MobileRTCMeetError) enableWaitingRoomOnEntry: | (BOOL) | bEnable |
Enables or disables waiting room feature of this meeting.
| bEnable | YES to enable. Otherwise, NO to disable. |
| - (MobileRTCSDKError) expelUser: | (NSInteger) | userID |
Removes the specified user from the waiting room.
| userID | The user ID who is put into waiting room by host or co-host. |
| - (BOOL) isAudioEnabledInWaitingRoom |
Determines if the attendee is enabled to turn on audio when joining the meeting.
References isAudioEnabledInWaitingRoom.
Referenced by isAudioEnabledInWaitingRoom.
| - (BOOL) isPresetAudioUnmuteInWaitingRoom |
Gets the audio pre-set mute or unmute status in the waiting room.
References isPresetAudioUnmuteInWaitingRoom.
Referenced by isPresetAudioUnmuteInWaitingRoom.
| - (BOOL) isPresetVideoUnmuteInWaitingRoom |
Gets the video pre-set mute or unmute status in the waiting room.
References isPresetVideoUnmuteInWaitingRoom.
Referenced by isPresetVideoUnmuteInWaitingRoom.
| - (BOOL) isSupportWaitingRoom |
Determines if this meeting supports Waiting Room feature.
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) isWaitingRoomOnEntryFlagOn |
Determines if this meeting has Waiting Room feature enabled.
References isWaitingRoomOnEntryFlagOn.
Referenced by isWaitingRoomOnEntryFlagOn.
| - (BOOL) isWaitingRoomOnEntryLocked |
Queries if enableWaitingRoomOnEntry feature is locked.
References isWaitingRoomOnEntryLocked.
Referenced by isWaitingRoomOnEntryLocked.
| - (MobileRTCSDKError) presetAudioInWaitingRoom: | (BOOL) | muteAudio |
Pre-sets audio mute or unmute status in the waiting room.
| muteAudio | YES to pre-set audio mute. Otherwise, NO to pre-set unmute. |
| - (MobileRTCSDKError) presetVideoInWaitingRoom: | (BOOL) | muteVideo |
Pre-sets video mute or unmute status in the waiting room.
| muteVideo | YES to pre-set video mute. Otherwise, NO to pre-set unmute. |
| - (MobileRTCSDKError) putInWaitingRoom: | (NSUInteger) | userId |
Puts the user to the waiting room from the meeting.
| userId | The user ID. |
| - (MobileRTCSDKError) renameUser: | (NSInteger) | userID | |
| newUserName: | (nonnull NSString *) | userName |
Changes the user's screen name in the waiting room.
| userID | The user ID who is put into waiting room by host or co-host. |
| userName | The new user name. |
| - (MobileRTCSDKError) requestCustomWaitingRoomData |
Gets the WaitingRoom CustomizeData information in the waiting room.
References requestCustomWaitingRoomData.
Referenced by requestCustomWaitingRoomData.
| - (nullable NSArray< NSNumber * > *) waitingRoomList |
Gets the waiting room user ID list.
References waitingRoomList.
Referenced by waitingRoomList.
| - (nullable MobileRTCMeetingUserInfo *) waitingRoomUserInfoByID: | (NSUInteger) | userId |
Gets the user detail information in the waiting room.
| userId | The user ID. |
|
readwritenonatomicweak |
Waiting Room service delegate.
Definition at line 113 of file MobileRTCWaitingRoomService.h.