Real name auth meeting helper Interface.
More...
#include <zoom_sdk_sms_helper_interface.h>
Real name auth meeting helper Interface.
Definition at line 99 of file zoom_sdk_sms_helper_interface.h.
◆ ~IZoomRealNameAuthMeetingHelper()
virtual IZoomRealNameAuthMeetingHelper::~IZoomRealNameAuthMeetingHelper |
( |
| ) |
|
|
inlinevirtual |
◆ 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
-
enable | TRUE indicates to display the dialog box. Otherwise not. |
- Returns
- If the function succeeds, the return value is TRUE.
◆ GetResendSMSVerificationCodeHandler()
◆ GetReVerifySMSVerificationCodeHandler()
◆ GetSupportPhoneNumberCountryList()
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_code | Specifies the country code. |
phone_number | Specifies the phone number. |
- Returns
- If the function succeeds, the return value is TRUE.
◆ SetEvent()
Set the real name auth meeting helper callback event handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is TRUE.