ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
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. More...
 
virtual bool EnableZoomAuthRealNameMeetingUIShown (bool enable)=0
 Set the visibility of the dialog box of auth real name when needed. Default value: TRUE. More...
 
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. More...
 
virtual IZoomRetrieveSMSVerificationCodeHandlerGetResendSMSVerificationCodeHandler ()=0
 Get retrieve SMS verification code handler interface. More...
 
virtual IZoomVerifySMSVerificationCodeHandlerGetReVerifySMSVerificationCodeHandler ()=0
 Get verify SMS verification code handler interface. More...
 
virtual IVector< IZoomRealNameAuthCountryInfo *> * GetSupportPhoneNumberCountryList ()=0
 Get the list of the country information where the meeting supports real name auth. More...
 

Detailed Description

Real name auth meeting helper Interface.

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 NULL.

◆ 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 NULL.

◆ 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.

The documentation for this class was generated from the following file: