Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IZoomRetrieveSMSVerificationCodeHandler Class Referenceabstract

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
 Retrieve the sms verification code.
 
virtual bool CancelAndLeaveMeeting ()=0
 Ignore the prompt of retrieving the verification code and leave meeting.
 
virtual ~IZoomRetrieveSMSVerificationCodeHandler ()
 

Detailed Description

Retrieve SMS verification code handler interface.

Definition at line 5 of file zoom_sdk_sms_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomRetrieveSMSVerificationCodeHandler()

virtual IZoomRetrieveSMSVerificationCodeHandler::~IZoomRetrieveSMSVerificationCodeHandler ( )
inlinevirtual

Definition at line 19 of file zoom_sdk_sms_helper_interface.h.

19{}

Member Function Documentation

◆ 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.
Remarks
The handler will become invalid and destroied after calling this function successfully.

◆ Retrieve()

virtual bool IZoomRetrieveSMSVerificationCodeHandler::Retrieve ( const zTCHAR * country_code,
const zTCHAR * phone_number )
pure virtual

Retrieve the sms verification code.

Parameters
country_codeSpecifies the country code.
phone_numberSpecifies the phone number.
Returns
If the function succeeds, the return value is TRUE.
Remarks
The handler will become invalid after calling this function successfully.