Video SDK for MacOS API 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. | |
Represents the proxy configuration settings used for network connections.
Definition at line 15 of file ZMVideoSDKNetworkConnectionHelper.h.
|
readwritenonatomicassign |
YES indicates automatic detection.
Definition at line 25 of file ZMVideoSDKNetworkConnectionHelper.h.
|
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.