Video SDK for Linux API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKNetworkConnectionHelper Class Referenceabstract

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.
 

Detailed Description

NetworkConnection helper interface.

Definition at line 80 of file zoom_video_sdk_network_connection_helper_interface.h.

Member Function Documentation

◆ configureProxy()

virtual ZoomVideoSDKErrors IZoomVideoSDKNetworkConnectionHelper::configureProxy ( ProxySettings & proxy_setting)
pure virtual

Set the proxy that the user want to use according to your net environment.

Parameters
[out]proxy_settingThe 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.
Returns
If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.