|
Meeting SDK for macOS API Reference
|
Interface for handling user input when joining a meeting. More...
#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. | |
Interface for handling user input when joining a meeting.
Definition at line 297 of file ZoomSDKMeetingService.h.
| - (void) cancel |
Cancel to join meeting.
| - (ZoomSDKError) inputUserInfo: | (NSString *) | name | |
| email: | (NSString *) |
input user info.
| name | The display name to input. |
| The email to input. |
| - (BOOL) isValidEmail: | (NSString *) |
Check whether the inputed email is a valid email format.
| The email must meet the email format requirements. The email inputed by the logged-in user must be the email. |
|
readnonatomicassign |
Check whether the user can modify default display name.
Definition at line 307 of file ZoomSDKMeetingService.h.
|
readnonatomiccopy |
Get default display name.
Definition at line 302 of file ZoomSDKMeetingService.h.