|
Meeting SDK for iOS API Reference
|
Interface for handling user input when joining a meeting. More...
#include <MobileRTCMeetingService.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isValidEmail: |
| Checks whether the input email is a valid email format. | |
| (MobileRTCSDKError) | - inputUserInfo:email: |
| Inputs user info. | |
| (void) | - cancel |
| Cancels joining the meeting. | |
Properties | |
| NSString *_Nullable | defaultDisplayName |
| Gets the default display name. | |
| BOOL | canModifyDefaultDisplayName |
| Checks whether the user can modify the default display name. | |
Interface for handling user input when joining a meeting.
Definition at line 264 of file MobileRTCMeetingService.h.
| - (void) cancel |
Cancels joining the meeting.
| - (MobileRTCSDKError) inputUserInfo: | (NSString *_Nonnull) | name | |
| email: | (NSString *_Nonnull) |
Inputs user info.
| name | The display name to input. |
| The email to input. |
| - (BOOL) isValidEmail: | (NSString *_Nonnull) |
Checks whether the input email is a valid email format.
| The email must meet the email format requirements. The email input by the logged-in user must be the email. |
|
readnonatomicassign |
Checks whether the user can modify the default display name.
Definition at line 274 of file MobileRTCMeetingService.h.
|
readnonatomiccopy |
Gets the default display name.
Definition at line 269 of file MobileRTCMeetingService.h.