Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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
 Set the real name auth meeting helper callback event handler.
 
virtual bool EnableZoomAuthRealNameMeetingUIShown (bool enable)=0
 Set 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
 Set default cellphone information to let the user bypass the real name auth to start/join meeting directly.
 
virtual IZoomRetrieveSMSVerificationCodeHandlerGetResendSMSVerificationCodeHandler ()=0
 Get retrieve SMS verification code handler interface.
 
virtual IZoomVerifySMSVerificationCodeHandlerGetReVerifySMSVerificationCodeHandler ()=0
 Get verify SMS verification code handler interface.
 
virtual IVector< IZoomRealNameAuthCountryInfo * > * GetSupportPhoneNumberCountryList ()=0
 Get 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 99 of file zoom_sdk_sms_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomRealNameAuthMeetingHelper()

virtual IZoomRealNameAuthMeetingHelper::~IZoomRealNameAuthMeetingHelper ( )
inlinevirtual

Definition at line 129 of file zoom_sdk_sms_helper_interface.h.

129{}

Member Function Documentation

◆ EnableZoomAuthRealNameMeetingUIShown()

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

Set the visibility of the dialog box of auth real name when needed. Default value: TRUE.

Parameters
enableTRUE indicates to display the dialog box. Otherwise not.
Returns
If the function succeeds, the return value is TRUE.

◆ GetResendSMSVerificationCodeHandler()

virtual IZoomRetrieveSMSVerificationCodeHandler * IZoomRealNameAuthMeetingHelper::GetResendSMSVerificationCodeHandler ( )
pure virtual

Get retrieve SMS verification code handler interface.

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

◆ GetReVerifySMSVerificationCodeHandler()

virtual IZoomVerifySMSVerificationCodeHandler * IZoomRealNameAuthMeetingHelper::GetReVerifySMSVerificationCodeHandler ( )
pure virtual

Get verify SMS verification code handler interface.

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

◆ GetSupportPhoneNumberCountryList()

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

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

Returns
List of the country information where the meeting supports real name auth.

◆ SetDefaultCellPhoneInfo()

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

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

Parameters
country_codeSpecifies the country code.
phone_numberSpecifies the phone number.
Returns
If the function succeeds, the return value is TRUE.

◆ SetEvent()

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

Set the real name auth meeting helper callback event handler.

Parameters
event_A pointer to the IZoomRealNameAuthMeetingEvent.
Returns
If the function succeeds, the return value is TRUE.