Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKProxySettings Class Reference

Model class for proxy configuration. More...

#include <ZoomSDKNetworkService.h>

Inherits NSObject.

Properties

NSString * proxy
 Set the network proxy.
 
BOOL autoDetct
 Set the network autoDetect.
 

Detailed Description

Model class for proxy configuration.

Definition at line 14 of file ZoomSDKNetworkService.h.

Property Documentation

◆ autoDetct

- (BOOL) autoDetct
readwritenonatomicassign

Set the network autoDetect.

Definition at line 24 of file ZoomSDKNetworkService.h.

◆ proxy

- (NSString*) proxy
readwritenonatomiccopy

Set the network proxy.

Definition at line 19 of file ZoomSDKNetworkService.h.