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: |
Check whether the inputed email is a valid email format. | |
(MobileRTCSDKError) | - inputUserInfo:email: |
Input user info. | |
(void) | - cancel |
Cancel to join meeting. | |
Properties | |
NSString *_Nullable | defaultDisplayName |
Get default display name. | |
BOOL | canModifyDefaultDisplayName |
Check whether the user can modify default display name. | |
Interface for handling user input when joining a meeting.
Definition at line 256 of file MobileRTCMeetingService.h.
- (void) cancel |
Cancel to join meeting.
- (MobileRTCSDKError) inputUserInfo: | (NSString *_Nonnull) | name | |
email: | (NSString *_Nonnull) |
Input user info.
name | The display name to input. |
The email to input. |
- (BOOL) isValidEmail: | (NSString *_Nonnull) |
Check whether the inputed 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 |
Check whether the user can modify default display name.
Definition at line 266 of file MobileRTCMeetingService.h.
|
readnonatomiccopy |
Get default display name.
Definition at line 261 of file MobileRTCMeetingService.h.