3#import <Foundation/Foundation.h>
10@property(nonatomic,copy,nullable)NSString *
proxy;
29- (NSString*)getProxyHost;
39- (NSString*)getProxyDescription;
45- (void)proxyAuth:(NSString*)userName password:(NSString*)password;
57- (NSString*)getCertIssueTo;
62- (NSString*)getCertIssueBy;
67- (NSString*)getCertSerialNum;
72- (NSString*)getCertFingerprint;
84@protocol ZoomSDKNetworkServiceDelegate <NSObject>
104@property(nonatomic, retain, nullable) id<ZoomSDKNetworkServiceDelegate> delegate;
ZoomSDKError
Enumeration of common errors of SDK.
id< ZoomSDKNetworkServiceDelegate > _delegate
NSString * _proxyDescription
BOOL autoDetct
Set the network autoDetect.
NSString * proxy
Set the network proxy.