|
iOS SDK API Reference
|
#import <MobileRTCWaitingRoomService.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isSupportWaitingRoom |
| Is this meeting support Waiting Room feature. | |
| (BOOL) | - isWaitingRoomOnEntryFlagOn |
| Is this meeting enabled Waiting Room feature. | |
| (MobileRTCMeetError) | - enableWaitingRoomOnEntry: |
| enable or disable waiting room feature of this meeting. | |
| (nullable NSArray< NSNumber * > *) | - waitingRoomList |
| get the waiting room user id list. | |
| (nullable MobileRTCMeetingUserInfo *) | - waitingRoomUserInfoByID: |
| get the user detail information in waiting room. | |
| (MobileRTCSDKError) | - admitToMeeting: |
| admit the user go to meeting fram waiting room. | |
| (MobileRTCSDKError) | - admitAllToMeeting |
| Permit all of the users currently in the waiting room to join the meeting. | |
| (MobileRTCSDKError) | - putInWaitingRoom: |
| put the user to waiting room from meeting. | |
| (BOOL) | - isAudioEnabledInWaitingRoom |
| Determine if the attendee is enabled to turn on audio when joining the meeting. | |
| (BOOL) | - isVideoEnabledInWaitingRoom |
| Determine if the attendee is enabled to turn on video when joining the meeting. | |
| (MobileRTCSDKError) | - requestCustomWaitingRoomData |
| Get the WaitingRoom CustomizeData information in the waiting room. | |
Properties | |
| id< MobileRTCWaitingRoomServiceDelegate > | delegate |
| Waiting Room service delegate. | |
Definition at line 87 of file MobileRTCWaitingRoomService.h.
| - (MobileRTCSDKError) admitAllToMeeting |
Permit all of the users currently in the waiting room to join the meeting.
| - (MobileRTCSDKError) admitToMeeting: | (NSUInteger) | userId |
admit the user go to meeting fram waiting room.
| - (MobileRTCMeetError) enableWaitingRoomOnEntry: | (BOOL) | bEnable |
enable or disable waiting room feature of this meeting.
| - (BOOL) isAudioEnabledInWaitingRoom |
Determine if the attendee is enabled to turn on audio when joining the meeting.
| - (BOOL) isSupportWaitingRoom |
Is this meeting support Waiting Room feature.
| - (BOOL) isVideoEnabledInWaitingRoom |
Determine if the attendee is enabled to turn on video when joining the meeting.
| - (BOOL) isWaitingRoomOnEntryFlagOn |
Is this meeting enabled Waiting Room feature.
| - (MobileRTCSDKError) putInWaitingRoom: | (NSUInteger) | userId |
put the user to waiting room from meeting.
| - (MobileRTCSDKError) requestCustomWaitingRoomData |
Get the WaitingRoom CustomizeData information in the waiting room.
| - (nullable NSArray< NSNumber * > *) waitingRoomList |
get the waiting room user id list.
| - (nullable MobileRTCMeetingUserInfo *) waitingRoomUserInfoByID: | (NSUInteger) | userId |
get the user detail information in waiting room.
|
readwritenonatomicassign |
Waiting Room service delegate.
Definition at line 92 of file MobileRTCWaitingRoomService.h.