#include <ZoomSDKMeetingService.h>
Inherits NSObject.
Definition at line 253 of file ZoomSDKMeetingService.h.
◆ cancel
◆ inputUserInfo:email:
- (ZoomSDKError) inputUserInfo: |
|
(NSString *) | name |
email: |
|
(NSString *) | email |
input user info.
- Parameters
-
name | The display name to input. |
email | The email to input. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ isValidEmail:
- (BOOL) isValidEmail: |
|
(NSString *) | email |
|
Check whether the inputed email is a valid email format.
- Parameters
-
email | The email must meet the email format requirements. The email inputed by the logged-in user must be the email. |
- Returns
- YES If the email input is valid, otherwise not.
- Note
- The email must meet the email format requirements. The email input by the logged in user must be the same as the user account.
◆ canModifyDefaultDisplayName
- (BOOL) canModifyDefaultDisplayName |
|
readnonatomicassign |
◆ defaultDisplayName
- (NSString*) defaultDisplayName |
|
readnonatomiccopy |