Video SDK for MacOS API 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. | |
A helper class used to configure proxy settings for SDK network connections.
Definition at line 98 of file ZMVideoSDKNetworkConnectionHelper.h.
- (ZMVideoSDKErrors) configureProxy: | (ZMVideoSDKProxySettings *) | proxySetting |
Set the proxy that the user want to use according to your net environment.
proxySetting | 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. |