Proxy setting information callback interface.
More...
#include <zoom_video_sdk_network_connection_helper_interface.h>
Proxy setting information callback interface.
Definition at line 30 of file zoom_video_sdk_network_connection_helper_interface.h.
◆ ~IZoomVideoSDKProxySettingHandler()
virtual IZoomVideoSDKProxySettingHandler::~IZoomVideoSDKProxySettingHandler |
( |
| ) |
|
|
inlinevirtual |
◆ 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
-
userName | The username when using the proxy. |
psw | The password when using the proxy. |