Video SDK for Windows API Reference
|
NetworkConnection helper interface. More...
#include <zoom_video_sdk_network_connection_helper_interface.h>
Public Member Functions | |
virtual ZoomVideoSDKErrors | configureProxy (ProxySettings &proxy_setting)=0 |
Set the proxy that the user want to use according to your net environment. | |
NetworkConnection helper interface.
Definition at line 80 of file zoom_video_sdk_network_connection_helper_interface.h.
|
pure virtual |
Set the proxy that the user want to use according to your net environment.
[out] | proxy_setting | The proxy ip address and port that user want to use, should be organized like ip:port, such as '255.255.255.255:8080'. Using ';' to separate multi proxies. |