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
 Controller for sending SMS verification code. More...
 
class  ZoomSDKVerifySMSVerificationCodeController
 Controller for verifying SMS verification code. More...
 
class  ZoomSDKRealNameAuthCountryInfo
 Model class to represent real-name authentication country info. More...
 
protocol  <ZoomSDKRealNameAuthenticationDelegate>
 Delegate to receive real-name authentication events. More...
 
class  ZoomSDKRealNameAuthenticationController
 Controller to manage Zoom SDK Real Name Authentication. More...
 

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 of SMS verification code error. More...
 

Enumeration Type Documentation

◆ ZoomSDKSMSVerificationCodeError

Enumeration of SMS verification code error.

Enumerator
ZoomSDKSMSError_Unknown 

Unknown error

ZoomSDKSMSError_Success 

Operation success

ZoomSDKSMSError_Retrieve_SendSMSFailed 

Failed to send SMS

ZoomSDKSMSError_Retrieve_InvalidPhoneNum 

Invalid phone number

ZoomSDKSMSError_Retrieve_PhoneNumAlreadyBound 

Phone number already bound

ZoomSDKSMSError_Retrieve_PhoneNumSendTooFrequent 

SMS sending too frequent

ZoomSDKSMSError_Verify_CodeIncorrect 

Verification code incorrect

ZoomSDKSMSError_Verify_CodeExpired 

Verification code expired

ZoomSDKSMSError_Verify_UnknownError 

Unknown verification error

Definition at line 12 of file ZoomSDKRealNameAuthenticationController.h.

13{
ZoomSDKSMSVerificationCodeError
Enumeration of SMS verification code error.