Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKNetworkConnectionHelper Class Reference

A helper class used to configure proxy settings for SDK network connections. More...

#include <ZMVideoSDKNetworkConnectionHelper.h>

Inherits NSObject.

Instance Methods

(ZMVideoSDKErrors- configureProxy:
 Set the proxy that the user want to use according to your net environment.
 

Detailed Description

A helper class used to configure proxy settings for SDK network connections.

Definition at line 98 of file ZMVideoSDKNetworkConnectionHelper.h.

Method Documentation

◆ configureProxy:

- (ZMVideoSDKErrors) configureProxy: (ZMVideoSDKProxySettings *) proxySetting

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

Parameters
proxySettingThe 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 ZMVideoSDKErrors_Success.