Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
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
 Retrieves the SMS verification code.
 
virtual bool CancelAndLeaveMeeting ()=0
 Ignores the prompt of retrieving the verification code and leaves meeting.
 
virtual ~IZoomRetrieveSMSVerificationCodeHandler ()
 

Detailed Description

Retrieve SMS verification code handler interface.

Definition at line 14 of file zoom_sdk_sms_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomRetrieveSMSVerificationCodeHandler()

virtual IZoomRetrieveSMSVerificationCodeHandler::~IZoomRetrieveSMSVerificationCodeHandler ( )
inlinevirtual

Definition at line 33 of file zoom_sdk_sms_helper_interface.h.

33{}

Member Function Documentation

◆ 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_codeThe country code.
phone_numberThe phone number.
Returns
true if the function succeeds. Otherwise, false.
Note
The handler will become invalid after calling this function successfully.