|
Meeting SDK for macOS API 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 of SMS verification code error.
Definition at line 12 of file ZoomSDKRealNameAuthenticationController.h.