Verify SMS verification code handler interface.
More...
#include <zoom_sdk_sms_helper_interface.h>
Verify SMS verification code handler interface.
Definition at line 40 of file zoom_sdk_sms_helper_interface.h.
◆ ~IZoomVerifySMSVerificationCodeHandler()
| virtual IZoomVerifySMSVerificationCodeHandler::~IZoomVerifySMSVerificationCodeHandler |
( |
| ) |
|
|
inlinevirtual |
◆ CancelAndLeaveMeeting()
| virtual bool IZoomVerifySMSVerificationCodeHandler::CancelAndLeaveMeeting |
( |
| ) |
|
|
pure virtual |
Ignores the prompt of verifying the verification code and leaves meeting.
- Returns
- true if the function succeeds. Otherwise, false.
- Note
- The handler will become invalid and destroyed after calling this function successfully.
◆ Verify()
| virtual bool IZoomVerifySMSVerificationCodeHandler::Verify |
( |
const zTCHAR * | country_code, |
|
|
const zTCHAR * | phone_number, |
|
|
const zTCHAR * | verification_code ) |
|
pure virtual |
Verifies the SMS verification code.
- Parameters
-
| country_code | The country code. |
| phone_number | The phone number. |
| verification_code | The verification code. |
- Returns
- true if the function succeeds. Otherwise, false.
- Note
- The handler will become invalid after calling this function successfully.