macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKNetworkService Class Reference

#import <ZoomSDKNetworkService.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- ConfigureProxy:
 Configure the proxy for Zoom SDK.
 

Protected Attributes

id< ZoomSDKNetworkSeviceDelegate_delegate
 

Properties

id< ZoomSDKNetworkSeviceDelegatedelegate
 

Detailed Description

Definition at line 100 of file ZoomSDKNetworkService.h.

Method Documentation

◆ ConfigureProxy:

- (ZoomSDKError) ConfigureProxy: (ZoomSDKProxySettings *)  settings

Configure the proxy for Zoom SDK.

Parameters
settingsA struct object containing proxy information.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

Field Documentation

◆ _delegate

- (id<ZoomSDKNetworkSeviceDelegate>) _delegate
protected

Definition at line 102 of file ZoomSDKNetworkService.h.

Property Documentation

◆ delegate

- (id<ZoomSDKNetworkSeviceDelegate>) delegate
readwritenonatomicretain

Definition at line 104 of file ZoomSDKNetworkService.h.