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

#include <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 74 of file ZoomSDKRealNameAuthenticationController.h.

Method Documentation

◆ onNeedRealNameAuthMeetingWithSupportCountryList:withPrivacyURL:withRetrieveSMSVerificationCodeHandler:

- (void) onNeedRealNameAuthMeetingWithSupportCountryList: (NSArray *_Nullable) 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 *_Nullable) 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) result

Notify the MSM verification code verify result.

Parameters
resultthe SMS verification code is correct or not.