Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingInputUserInfoHandler Class Reference

#include <ZoomSDKMeetingService.h>

Inherits NSObject.

Instance Methods

(BOOL) - isValidEmail:
 Check whether the inputed email is a valid email format.
 
(ZoomSDKError- inputUserInfo:email:
 input user info.
 
(void) - cancel
 Cancel to join meeting.
 

Properties

NSString * defaultDisplayName
 Get default display name.
 
BOOL canModifyDefaultDisplayName
 Check whether the user can modify default display name.
 

Detailed Description

Definition at line 253 of file ZoomSDKMeetingService.h.

Method Documentation

◆ cancel

- (void) cancel

Cancel to join meeting.

◆ inputUserInfo:email:

- (ZoomSDKError) inputUserInfo: (NSString *) name
email: (NSString *) email 

input user info.

Parameters
nameThe display name to input.
emailThe 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
emailThe 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.

Property Documentation

◆ canModifyDefaultDisplayName

- (BOOL) canModifyDefaultDisplayName
readnonatomicassign

Check whether the user can modify default display name.

Definition at line 263 of file ZoomSDKMeetingService.h.

◆ defaultDisplayName

- (NSString*) defaultDisplayName
readnonatomiccopy

Get default display name.

Definition at line 258 of file ZoomSDKMeetingService.h.