7#import <Foundation/Foundation.h>
19@property(nonatomic,copy,nullable)NSString *
proxy;
43- (NSString*)getProxyHost;
53- (NSString*)getProxyDescription;
59- (void)proxyAuth:(NSString*)userName password:(NSString*)password;
76- (NSString*)getCertIssueTo;
81- (NSString*)getCertIssueBy;
86- (NSString*)getCertSerialNum;
91- (NSString*)getCertFingerprint;
108@protocol ZoomSDKNetworkServiceDelegate <NSObject>
133@property(nonatomic, retain, nullable) id<ZoomSDKNetworkServiceDelegate> delegate;
ZoomSDKError
Enumeration of common errors of SDK.
Network service interface for configuring proxies and handling SSL verification.
id< ZoomSDKNetworkServiceDelegate > _delegate
Helper interface for proxy authentication and configuration.
NSString * _proxyDescription
Model class for proxy configuration.
BOOL autoDetct
Set the network autoDetect.
NSString * proxy
Set the network proxy.
Helper interface for SSL certificate verification.