|
Meeting SDK for Windows API Reference
|
Verify SMS verification code handler interface. More...
#include <zoom_sdk_sms_helper_interface.h>
Public Member Functions | |
| virtual bool | Verify (const zTCHAR *country_code, const zTCHAR *phone_number, const zTCHAR *verification_code)=0 |
| Verifies the SMS verification code. | |
| virtual bool | CancelAndLeaveMeeting ()=0 |
| Ignores the prompt of verifying the verification code and leaves meeting. | |
| virtual | ~IZoomVerifySMSVerificationCodeHandler () |
Verify SMS verification code handler interface.
Definition at line 40 of file zoom_sdk_sms_helper_interface.h.
|
inlinevirtual |
Definition at line 60 of file zoom_sdk_sms_helper_interface.h.
|
pure virtual |
Ignores the prompt of verifying the verification code and leaves meeting.
|
pure virtual |
Verifies the SMS verification code.
| country_code | The country code. |
| phone_number | The phone number. |
| verification_code | The verification code. |
References zTCHAR.