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

A helper class for configuring proxy settings for SDK network connections. More...

#include <ZMVideoSDKNetworkConnectionHelper.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

A helper class for configuring proxy settings for SDK network connections.

Definition at line 98 of file ZMVideoSDKNetworkConnectionHelper.h.

Method Documentation

◆ configureProxy:

- (ZMVideoSDKErrors) configureProxy: (ZMVideoSDKProxySettings *) proxySetting

Sets 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, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.