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

Controller to manage Zoom SDK Real Name Authentication. More...

#include <ZoomSDKRealNameAuthenticationController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- enableZoomAuthRealNameMeetingUIShown:
 Enables to show the zoom Real-name authentication meeting UI.
(NSArray *) - getSupportPhoneNumberCountryList
 Gets the country for mobile phone number supported by the SDK.
(ZoomSDKRetrieveSMSVerificationCodeController *) - resendSMSVerificationCodeController
 Gets the resend Verification Code Controller.
(ZoomSDKVerifySMSVerificationCodeController *) - reVerifySMSVerificationCodeController
 Gets the reVerify Code Controller.
(ZoomSDKError- setDefaultCellPhoneInfo:phoneNumber:
 Sets the default cell phone information.

Protected Attributes

id< ZoomSDKRealNameAuthenticationDelegate_delegate

Properties

id< ZoomSDKRealNameAuthenticationDelegatedelegate
 Delegate to receive authentication events.

Detailed Description

Controller to manage Zoom SDK Real Name Authentication.

Definition at line 139 of file ZoomSDKRealNameAuthenticationController.h.

Method Documentation

◆ enableZoomAuthRealNameMeetingUIShown:

- (ZoomSDKError) enableZoomAuthRealNameMeetingUIShown: (BOOL) enable

Enables to show the zoom Real-name authentication meeting UI.

Parameters
enableYes means show the zoom Real-name authentication meeting UI, NO otherwise.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ getSupportPhoneNumberCountryList

- (NSArray *) getSupportPhoneNumberCountryList

Gets the country for mobile phone number supported by the SDK.

Returns
If the function succeeds, will get the support country list. Otherwise, this function fails and returns nil.

References getSupportPhoneNumberCountryList.

Referenced by getSupportPhoneNumberCountryList.

◆ resendSMSVerificationCodeController

- (ZoomSDKRetrieveSMSVerificationCodeController *) resendSMSVerificationCodeController

Gets the resend Verification Code Controller.

Returns
If the function succeeds, it returns an object of ZoomSDKRetrieveSMSVerificationCodeController. Otherwise, this function fails and returns nil.

References resendSMSVerificationCodeController.

Referenced by resendSMSVerificationCodeController.

◆ reVerifySMSVerificationCodeController

- (ZoomSDKVerifySMSVerificationCodeController *) reVerifySMSVerificationCodeController

Gets the reVerify Code Controller.

Returns
If the function succeeds, it returns an object of ZoomSDKVerifySMSVerificationCodeController. Otherwise, this function fails and returns nil.

References reVerifySMSVerificationCodeController.

Referenced by reVerifySMSVerificationCodeController.

◆ setDefaultCellPhoneInfo:phoneNumber:

- (ZoomSDKError) setDefaultCellPhoneInfo: (NSString *) countryCode
phoneNumber: (NSString *) phoneNumber 

Sets the default cell phone information.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

Field Documentation

◆ _delegate

- (id<ZoomSDKRealNameAuthenticationDelegate>) _delegate
protected

Definition at line 141 of file ZoomSDKRealNameAuthenticationController.h.

Property Documentation

◆ delegate

- (id<ZoomSDKRealNameAuthenticationDelegate>) delegate
readwritenonatomicassign

Delegate to receive authentication events.

Definition at line 146 of file ZoomSDKRealNameAuthenticationController.h.