Retrieve SMS verification code handler interface.
More...
#include <zoom_sdk_sms_helper_interface.h>
Retrieve SMS verification code handler interface.
Definition at line 14 of file zoom_sdk_sms_helper_interface.h.
◆ ~IZoomRetrieveSMSVerificationCodeHandler()
| virtual IZoomRetrieveSMSVerificationCodeHandler::~IZoomRetrieveSMSVerificationCodeHandler |
( |
| ) |
|
|
inlinevirtual |
◆ CancelAndLeaveMeeting()
| virtual bool IZoomRetrieveSMSVerificationCodeHandler::CancelAndLeaveMeeting |
( |
| ) |
|
|
pure virtual |
Ignores the prompt of retrieving 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.
◆ Retrieve()
| virtual bool IZoomRetrieveSMSVerificationCodeHandler::Retrieve |
( |
const zTCHAR * | country_code, |
|
|
const zTCHAR * | phone_number ) |
|
pure virtual |
Retrieves the SMS verification code.
- Parameters
-
| country_code | The country code. |
| phone_number | The phone number. |
- Returns
- true if the function succeeds. Otherwise, false.
- Note
- The handler will become invalid after calling this function successfully.