Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKRealNameAuthenticationController.h File Reference
import <Foundation/Foundation.h>
import <ZoomSDK/ZoomSDKErrors.h>

Go to the source code of this file.

Data Structures

class  ZoomSDKRetrieveSMSVerificationCodeController
 
class  ZoomSDKVerifySMSVerificationCodeController
 
class  ZoomSDKRealNameAuthCountryInfo
 
protocol  <ZoomSDKRealNameAuthenticationDelegate>
 
class  ZoomSDKRealNameAuthenticationController
 

Enumerations

enum  ZoomSDKSMSVerificationCodeError {
  ZoomSDKSMSError_Unknown , ZoomSDKSMSError_Success , ZoomSDKSMSError_Retrieve_SendSMSFailed , ZoomSDKSMSError_Retrieve_InvalidPhoneNum ,
  ZoomSDKSMSError_Retrieve_PhoneNumAlreadyBound , ZoomSDKSMSError_Retrieve_PhoneNumSendTooFrequent , ZoomSDKSMSError_Verify_CodeIncorrect , ZoomSDKSMSError_Verify_CodeExpired ,
  ZoomSDKSMSError_Verify_UnknownError
}
 

Enumeration Type Documentation

◆ ZoomSDKSMSVerificationCodeError

Enumerator
ZoomSDKSMSError_Unknown 
ZoomSDKSMSError_Success 
ZoomSDKSMSError_Retrieve_SendSMSFailed 
ZoomSDKSMSError_Retrieve_InvalidPhoneNum 
ZoomSDKSMSError_Retrieve_PhoneNumAlreadyBound 
ZoomSDKSMSError_Retrieve_PhoneNumSendTooFrequent 
ZoomSDKSMSError_Verify_CodeIncorrect 
ZoomSDKSMSError_Verify_CodeExpired 
ZoomSDKSMSError_Verify_UnknownError 

Definition at line 5 of file ZoomSDKRealNameAuthenticationController.h.

6{