ZOOM Windows SDK
5.2.42037.1112
|
Real name auth meeting callback event. More...
#include <zoom_sdk_sms_helper_interface.h>
Public Member Functions | |
virtual void | onNeedRealNameAuthMeetingNotification (IVector< IZoomRealNameAuthCountryInfo * > *support_country_list, const zTCHAR *privacy_url, IZoomRetrieveSMSVerificationCodeHandler *handler)=0 |
If real name auth is needed, this callback will be triggered. More... | |
virtual void | onRetrieveSMSVerificationCodeResultNotification (SMSVerificationCodeErr result, IZoomVerifySMSVerificationCodeHandler *handler)=0 |
The callback event for retrieving SMS verification code. More... | |
virtual void | onVerifySMSVerificationCodeResultNotification (SMSVerificationCodeErr result)=0 |
The callback event for verification. More... | |
Real name auth meeting callback event.
|
pure virtual |
If real name auth is needed, this callback will be triggered.
support_country_list | The list of the supporting country information. |
privacy_url | The privacy url. |
handler | A pointer to the IZoomRetrieveSMSVerificationCodeHandler. The SDK user can retrieve the verification code via the functions of IZoomRetrieveSMSVerificationCodeHandler. For more details, see IZoomRetrieveSMSVerificationCodeHandler. |
|
pure virtual |
The callback event for retrieving SMS verification code.
result | Specifies the result of retrieve. For more details, see SMSVerificationCodeErr enum. |
handler | A pointer to the IZoomVerifySMSVerificationCodeHandler. It is only valid when the value of result is SMSVerificationCodeErr_Success. The SDK user can do the verification via the functions of IZoomVerifySMSVerificationCodeHandler. For more details, see IZoomVerifySMSVerificationCodeHandler. |
|
pure virtual |
The callback event for verification.
result | Specifies the result of verification. |