Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IZoomRealNameAuthMeetingHelper Class Referenceabstract

Real name auth meeting helper Interface. More...

#include <zoom_sdk_sms_helper_interface.h>

Public Member Functions

virtual bool SetEvent (IZoomRealNameAuthMeetingEvent *event_)=0
 Sets the real name auth meeting helper callback event handler.
 
virtual bool EnableZoomAuthRealNameMeetingUIShown (bool enable)=0
 Sets the visibility of the dialog box of auth real name when needed. Default value: true.
 
virtual bool SetDefaultCellPhoneInfo (const zTCHAR *country_code, const zTCHAR *phone_number)=0
 Sets default cellphone information to let the user bypass the real name auth to start or join meeting directly.
 
virtual IZoomRetrieveSMSVerificationCodeHandlerGetResendSMSVerificationCodeHandler ()=0
 Gets retrieve SMS verification code handler interface.
 
virtual IZoomVerifySMSVerificationCodeHandlerGetReVerifySMSVerificationCodeHandler ()=0
 Gets verify SMS verification code handler interface.
 
virtual IVector< IZoomRealNameAuthCountryInfo * > * GetSupportPhoneNumberCountryList ()=0
 Gets the list of the country information where the meeting supports real name auth.
 
virtual ~IZoomRealNameAuthMeetingHelper ()
 

Detailed Description

Real name auth meeting helper Interface.

Definition at line 154 of file zoom_sdk_sms_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomRealNameAuthMeetingHelper()

virtual IZoomRealNameAuthMeetingHelper::~IZoomRealNameAuthMeetingHelper ( )
inlinevirtual

Definition at line 197 of file zoom_sdk_sms_helper_interface.h.

197{}

Member Function Documentation

◆ EnableZoomAuthRealNameMeetingUIShown()

virtual bool IZoomRealNameAuthMeetingHelper::EnableZoomAuthRealNameMeetingUIShown ( bool enable)
pure virtual

Sets the visibility of the dialog box of auth real name when needed. Default value: true.

Parameters
enabletrue to display the dialog box, false otherwise.
Returns
true if the function succeeds. Otherwise, false.

◆ GetResendSMSVerificationCodeHandler()

virtual IZoomRetrieveSMSVerificationCodeHandler * IZoomRealNameAuthMeetingHelper::GetResendSMSVerificationCodeHandler ( )
pure virtual

Gets retrieve SMS verification code handler interface.

Returns
If the function succeeds, the return value is a pointer to IZoomRetrieveSMSVerificationCodeHandler. Otherwise, this function fails and returns nullptr.

◆ GetReVerifySMSVerificationCodeHandler()

virtual IZoomVerifySMSVerificationCodeHandler * IZoomRealNameAuthMeetingHelper::GetReVerifySMSVerificationCodeHandler ( )
pure virtual

Gets verify SMS verification code handler interface.

Returns
If the function succeeds, the return value is a pointer to IZoomVerifySMSVerificationCodeHandler. Otherwise, this function fails and returns nullptr.

◆ GetSupportPhoneNumberCountryList()

virtual IVector< IZoomRealNameAuthCountryInfo * > * IZoomRealNameAuthMeetingHelper::GetSupportPhoneNumberCountryList ( )
pure virtual

Gets the list of the country information where the meeting supports real name auth.

Returns
If the function succeeds, it returns the list of the country information where the meeting supports real name auth. Otherwise, this function fails and returns nullptr.

◆ SetDefaultCellPhoneInfo()

virtual bool IZoomRealNameAuthMeetingHelper::SetDefaultCellPhoneInfo ( const zTCHAR * country_code,
const zTCHAR * phone_number )
pure virtual

Sets default cellphone information to let the user bypass the real name auth to start or join meeting directly.

Parameters
country_codeThe country code.
phone_numberThe phone number.
Returns
true if the function succeeds. Otherwise, false.

◆ SetEvent()

virtual bool IZoomRealNameAuthMeetingHelper::SetEvent ( IZoomRealNameAuthMeetingEvent * event_)
pure virtual

Sets the real name auth meeting helper callback event handler.

Parameters
event_A pointer to the IZoomRealNameAuthMeetingEvent.
Returns
true if the function succeeds. Otherwise, false.