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

#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< ZoomSDKRealNameAuthenticationDelegatedelegate
 

Detailed Description

Definition at line 98 of file ZoomSDKRealNameAuthenticationController.h.

Method Documentation

◆ enableZoomAuthRealNameMeetingUIShown:

- (ZoomSDKError) enableZoomAuthRealNameMeetingUIShown: (BOOL) enable

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

Parameters
enableYes means show the zoom Real-name authentication meeting UI,otherwise not.
Returns
If the function succeeds,will return ZoomSDKError_Success.

◆ getSupportPhoneNumberCountryList

- (NSArray *) getSupportPhoneNumberCountryList

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

Returns
If the function succeeds,will get the support country list.

◆ resendSMSVerificationCodeController

- (ZoomSDKRetrieveSMSVerificationCodeController *) resendSMSVerificationCodeController

Get the resend Verification Code Controller.

Returns
An object of ZoomSDKRetrieveSMSVerificationCodeController.

◆ reVerifySMSVerificationCodeController

- (ZoomSDKVerifySMSVerificationCodeController *) reVerifySMSVerificationCodeController

Get the reVerify Code Controller.

Returns
An object of ZoomSDKVerifySMSVerificationCodeController.

◆ setDefaultCellPhoneInfo:phoneNumber:

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

Set the default cell phone information.

Returns
If the function succeeds, will return ZoomSDKError_Success, otherwise failed.

Field Documentation

◆ _delegate

- (id<ZoomSDKRealNameAuthenticationDelegate>) _delegate
protected

Definition at line 100 of file ZoomSDKRealNameAuthenticationController.h.

Property Documentation

◆ delegate

- (id<ZoomSDKRealNameAuthenticationDelegate>) delegate
readwritenonatomicassign

Definition at line 102 of file ZoomSDKRealNameAuthenticationController.h.