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

#include <ZoomSDKNetworkService.h>

Inherits NSObject.

Properties

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

Detailed Description

Definition at line 5 of file ZoomSDKNetworkService.h.

Property Documentation

◆ autoDetct

- (BOOL) autoDetct
readwritenonatomicassign

Set the network autoDetect.

Definition at line 15 of file ZoomSDKNetworkService.h.

◆ proxy

- (NSString*) proxy
readwritenonatomiccopy

Set the network proxy.

Definition at line 10 of file ZoomSDKNetworkService.h.