Video SDK for Windows API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKProxySettingHandler Class Referenceabstract

Proxy setting information callback interface. More...

#include <zoom_video_sdk_network_connection_helper_interface.h>

Public Member Functions

virtual ~IZoomVideoSDKProxySettingHandler ()
 
virtual const zchar_tgetProxyHost ()=0
 Get the address of the proxy host.
 
virtual unsigned int getProxyPort ()=0
 Get the proxy port.
 
virtual const zchar_tgetProxyDescription ()=0
 Get the description of the proxy.
 
virtual void inputUsernamePassword (const zchar_t *userName, const zchar_t *psw)=0
 Input the username and password when using the proxy.
 
virtual void cancel ()=0
 Cancel the process to input the username and password of the proxy.
 

Detailed Description

Proxy setting information callback interface.

Definition at line 30 of file zoom_video_sdk_network_connection_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomVideoSDKProxySettingHandler()

virtual IZoomVideoSDKProxySettingHandler::~IZoomVideoSDKProxySettingHandler ( )
inlinevirtual

Definition at line 33 of file zoom_video_sdk_network_connection_helper_interface.h.

33{};

Member Function Documentation

◆ cancel()

virtual void IZoomVideoSDKProxySettingHandler::cancel ( )
pure virtual

Cancel the process to input the username and password of the proxy.

◆ getProxyDescription()

virtual const zchar_t * IZoomVideoSDKProxySettingHandler::getProxyDescription ( )
pure virtual

Get the description of the proxy.

Returns
The description of the proxy.

◆ getProxyHost()

virtual const zchar_t * IZoomVideoSDKProxySettingHandler::getProxyHost ( )
pure virtual

Get the address of the proxy host.

Returns
The address of the proxy host.

◆ getProxyPort()

virtual unsigned int IZoomVideoSDKProxySettingHandler::getProxyPort ( )
pure virtual

Get the proxy port.

Returns
The value of the proxy port.

◆ inputUsernamePassword()

virtual void IZoomVideoSDKProxySettingHandler::inputUsernamePassword ( const zchar_t * userName,
const zchar_t * psw )
pure virtual

Input the username and password when using the proxy.

Parameters
userNameThe username when using the proxy.
pswThe password when using the proxy.