ZOOM Windows SDK
5.2.42037.1112
|
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 IZoomRetrieveSMSVerificationCodeHandler * | GetResendSMSVerificationCodeHandler ()=0 |
Get retrieve SMS verification code handler interface. More... | |
virtual IZoomVerifySMSVerificationCodeHandler * | GetReVerifySMSVerificationCodeHandler ()=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... | |
Real name auth meeting helper Interface.
|
pure virtual |
Set the visibility of the dialog box of auth real name when needed. Default value: TRUE.
enable | TRUE indicates to display the dialog box. Otherwise not. |
|
pure virtual |
Get retrieve SMS verification code handler interface.
|
pure virtual |
Get verify SMS verification code handler interface.
|
pure virtual |
Get the list of the country information where the meeting supports real name auth.
|
pure virtual |
Set default cellphone information to let the user bypass the real name auth to start/join meeting directly.
country_code | Specifies the country code. |
phone_number | Specifies the phone number. |
|
pure virtual |
Set the real name auth meeting helper callback event handler.
event_ | A pointer to the IZoomRealNameAuthMeetingEvent. |