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