|
Meeting SDK for iOS API Reference
|
Interface for handling user input when joining a meeting requires additional information. More...
#include <MobileRTCJoinMeetingInfoHandler.h>
Inherits NSObject.
Instance Methods | |
| (MobileRTCSDKError) | - inputDisplayName:password: |
| Inputs the display name and meeting password to continue joining the meeting. | |
| (MobileRTCSDKError) | - confirmPreview:videoOn:audioOn: |
| Confirms the user's display name and audio and video settings before joining the meeting. | |
| (void) | - cancel |
| Cancels the attempt to join the meeting. | |
Properties | |
| MobileRTCJoinMeetingInfo | info |
| Gets the type of information required to join the meeting. | |
Interface for handling user input when joining a meeting requires additional information.
Definition at line 13 of file MobileRTCJoinMeetingInfoHandler.h.
| - (MobileRTCSDKError) confirmPreview: | (NSString *_Nullable) | screenName | |
| videoOn: | (BOOL) | videoOn | |
| audioOn: | (BOOL) | audioOn |
Confirms the user's display name and audio and video settings before joining the meeting.
| screenName | The user's display name. Can be null or empty if the display name has already been set. |
| videoOn | YES if video is on in meeting. NO otherwise. |
| audioOn | YES if audio is on in meeting. NO otherwise. |
| - (MobileRTCSDKError) inputDisplayName: | (NSString *_Nullable) | displayName | |
| password: | (NSString *_Nullable) | password |
Inputs the display name and meeting password to continue joining the meeting.
| displayName | The display name to show in the meeting. |
| password | The meeting password. |
|
readnonatomicassign |
Gets the type of information required to join the meeting.
Definition at line 18 of file MobileRTCJoinMeetingInfoHandler.h.