Retrieve SMS verification code handler interface.
More...
#include <zoom_sdk_sms_helper_interface.h>
|
virtual bool | Retrieve (const zTCHAR *country_code, const zTCHAR *phone_number)=0 |
| Retrieve the sms verification code. More...
|
|
virtual bool | CancelAndLeaveMeeting ()=0 |
| Ignore the prompt of retrieving the verification code and leave meeting. More...
|
|
Retrieve SMS verification code handler interface.
◆ CancelAndLeaveMeeting()
virtual bool IZoomRetrieveSMSVerificationCodeHandler::CancelAndLeaveMeeting |
( |
| ) |
|
|
pure virtual |
Ignore the prompt of retrieving the verification code and leave meeting.
- Returns
- If the function succeeds, the return value is TRUE.
◆ Retrieve()
virtual bool IZoomRetrieveSMSVerificationCodeHandler::Retrieve |
( |
const zTCHAR * |
country_code, |
|
|
const zTCHAR * |
phone_number |
|
) |
| |
|
pure virtual |
Retrieve the sms verification code.
- Parameters
-
country_code | Specifies the country code. |
phone_number | Specifies the phone number. |
- Returns
- If the function succeeds, the return value is TRUE.
The documentation for this class was generated from the following file: