Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_sdk_sms_helper_interface.h File Reference

Go to the source code of this file.

Data Structures

class  IZoomRetrieveSMSVerificationCodeHandler
 Retrieve SMS verification code handler interface. More...
 
class  IZoomVerifySMSVerificationCodeHandler
 Verify SMS verification code handler interface. More...
 
class  IZoomRealNameAuthCountryInfo
 Interface of country information that supports real name auth. More...
 
class  IZoomRealNameAuthMeetingEvent
 Real name auth meeting callback event. More...
 
class  IZoomRealNameAuthMeetingHelper
 Real name auth meeting helper Interface. More...
 

Enumerations

enum  SMSVerificationCodeErr {
  SMSVerificationCodeErr_Unknown , SMSVerificationCodeErr_Success , SMSVerificationCodeErr_Retrieve_SendSMSFailed , SMSVerificationCodeErr_Retrieve_InvalidPhoneNum ,
  SMSVerificationCodeErr_Retrieve_PhoneNumAlreadyBound , SMSVerificationCodeErr_Retrieve_PhoneNumSendTooFrequent , SMSVerificationCodeErr_Verify_CodeIncorrect , SMSVerificationCodeErr_Verify_CodeExpired ,
  SMSVerificationCodeErr_Verify_UnknownError
}
 SMS verification error types. Here are more detailed structural descriptions. More...
 

Enumeration Type Documentation

◆ SMSVerificationCodeErr

SMS verification error types. Here are more detailed structural descriptions.

Enumerator
SMSVerificationCodeErr_Unknown 

For initialization.

SMSVerificationCodeErr_Success 

Success.

SMSVerificationCodeErr_Retrieve_SendSMSFailed 

Send SMS Failed.

SMSVerificationCodeErr_Retrieve_InvalidPhoneNum 

Invalid phone number.

SMSVerificationCodeErr_Retrieve_PhoneNumAlreadyBound 

The phone number is already bound.

SMSVerificationCodeErr_Retrieve_PhoneNumSendTooFrequent 

Send phone number too frequently.

SMSVerificationCodeErr_Verify_CodeIncorrect 

Verification code is incorrect.

SMSVerificationCodeErr_Verify_CodeExpired 

Verification code is expired.

SMSVerificationCodeErr_Verify_UnknownError 

Unknown error for verification.

Definition at line 45 of file zoom_sdk_sms_helper_interface.h.

46{
56};
@ SMSVerificationCodeErr_Verify_UnknownError
Unknown error for verification.
@ SMSVerificationCodeErr_Verify_CodeExpired
Verification code is expired.
@ SMSVerificationCodeErr_Unknown
For initialization.
@ SMSVerificationCodeErr_Retrieve_SendSMSFailed
Send SMS Failed.
@ SMSVerificationCodeErr_Retrieve_PhoneNumSendTooFrequent
Send phone number too frequently.
@ SMSVerificationCodeErr_Success
Success.
@ SMSVerificationCodeErr_Retrieve_InvalidPhoneNum
Invalid phone number.
@ SMSVerificationCodeErr_Verify_CodeIncorrect
Verification code is incorrect.
@ SMSVerificationCodeErr_Retrieve_PhoneNumAlreadyBound
The phone number is already bound.