Meeting SDK for macOS API Reference
|
Controller to manage Zoom SDK Real Name Authentication. More...
#include <ZoomSDKRealNameAuthenticationController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - enableZoomAuthRealNameMeetingUIShown: |
Enable to show the zoom Real-name authentication meeting UI. | |
(NSArray *) | - getSupportPhoneNumberCountryList |
Get the country for mobile phone number supported by the SDK. | |
(ZoomSDKRetrieveSMSVerificationCodeController *) | - resendSMSVerificationCodeController |
Get the resend Verification Code Controller. | |
(ZoomSDKVerifySMSVerificationCodeController *) | - reVerifySMSVerificationCodeController |
Get the reVerify Code Controller. | |
(ZoomSDKError) | - setDefaultCellPhoneInfo:phoneNumber: |
Set the default cell phone information. | |
Protected Attributes | |
id< ZoomSDKRealNameAuthenticationDelegate > | _delegate |
Properties | |
id< ZoomSDKRealNameAuthenticationDelegate > | delegate |
Delegate to receive authentication events. | |
Controller to manage Zoom SDK Real Name Authentication.
Definition at line 139 of file ZoomSDKRealNameAuthenticationController.h.
- (ZoomSDKError) enableZoomAuthRealNameMeetingUIShown: | (BOOL) | enable |
Enable to show the zoom Real-name authentication meeting UI.
enable | Yes means show the zoom Real-name authentication meeting UI,otherwise not. |
- (NSArray *) getSupportPhoneNumberCountryList |
Get the country for mobile phone number supported by the SDK.
- (ZoomSDKRetrieveSMSVerificationCodeController *) resendSMSVerificationCodeController |
Get the resend Verification Code Controller.
- (ZoomSDKVerifySMSVerificationCodeController *) reVerifySMSVerificationCodeController |
Get the reVerify Code Controller.
- (ZoomSDKError) setDefaultCellPhoneInfo: | (NSString *) | countryCode | |
phoneNumber: | (NSString *) | phoneNumber |
Set the default cell phone information.
|
protected |
Definition at line 141 of file ZoomSDKRealNameAuthenticationController.h.
|
readwritenonatomicassign |
Delegate to receive authentication events.
Definition at line 146 of file ZoomSDKRealNameAuthenticationController.h.