macOS SDK API Reference
Loading...
Searching...
No Matches
<ZoomSDKRealNameAuthenticationDelegate> Protocol Reference

#import <ZoomSDKRealNameAuthenticationController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onNeedRealNameAuthMeetingWithSupportCountryList:withPrivacyURL:withRetrieveSMSVerificationCodeHandler:
 Notify support the Real-name authentication.
 
(void) - onRetrieveSMSVerificationCodeResult:withVerifySMSVerificationCodeHandle:
 Notify the send MSM verification code result.
 
(void) - onVerifySMSVerificationCodeResult:
 Notify the MSM verification code verify result.
 

Detailed Description

Definition at line 73 of file ZoomSDKRealNameAuthenticationController.h.

Method Documentation

◆ onNeedRealNameAuthMeetingWithSupportCountryList:withPrivacyURL:withRetrieveSMSVerificationCodeHandler:

- (void) onNeedRealNameAuthMeetingWithSupportCountryList: (NSArray *)  supportCountryList
withPrivacyURL: (NSString *)  privacyURL
withRetrieveSMSVerificationCodeHandler: (ZoomSDKRetrieveSMSVerificationCodeController *)  handler 

Notify support the Real-name authentication.

Parameters
supportCountryListthe sdk support country list.
privacyURLthe privacy url about Real-name authentication meeting
handlerobject of ZoomSDKRetrieveSMSVerificationCodeController.

◆ onRetrieveSMSVerificationCodeResult:withVerifySMSVerificationCodeHandle:

- (void) onRetrieveSMSVerificationCodeResult: (ZoomSDKSMSVerificationCodeError result
withVerifySMSVerificationCodeHandle: (ZoomSDKVerifySMSVerificationCodeController *)  handler 

Notify the send MSM verification code result.

Parameters
resultthe MSM send is success or not.
handlerthe handle work only when the result is ZoomSDKSMSError_Success.

◆ onVerifySMSVerificationCodeResult:

- (void) onVerifySMSVerificationCodeResult: (ZoomSDKSMSVerificationCodeError reuslt

Notify the MSM verification code verify result.

Parameters
reusltthe SMS verification code is correct or not.