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

Represents the proxy configuration settings used for network connections. More...

#include <ZMVideoSDKNetworkConnectionHelper.h>

Inherits NSObject.

Properties

NSString *_Nullable proxy
 The proxy ip address and port that user want to use, should be organized like ip:port, such as '255.255.255.255:8080'. Use ';' to separate multi proxies.
 
BOOL autoDetect
 YES indicates automatic detection.
 

Detailed Description

Represents the proxy configuration settings used for network connections.

Definition at line 15 of file ZMVideoSDKNetworkConnectionHelper.h.

Property Documentation

◆ autoDetect

- (BOOL) autoDetect
readwritenonatomicassign

YES indicates automatic detection.

Definition at line 25 of file ZMVideoSDKNetworkConnectionHelper.h.

◆ proxy

- (NSString* _Nullable) proxy
readwritenonatomiccopy

The proxy ip address and port that user want to use, should be organized like ip:port, such as '255.255.255.255:8080'. Use ';' to separate multi proxies.

Definition at line 20 of file ZMVideoSDKNetworkConnectionHelper.h.