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