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

#include <ZoomSDKNetworkService.h>

Inherits NSObject.

Instance Methods

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

Protected Attributes

id< ZoomSDKNetworkServiceDelegate_delegate
 

Properties

id< ZoomSDKNetworkServiceDelegatedelegate
 

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<ZoomSDKNetworkServiceDelegate>) _delegate
protected

Definition at line 102 of file ZoomSDKNetworkService.h.

Property Documentation

◆ delegate

- (id<ZoomSDKNetworkServiceDelegate>) delegate
readwritenonatomicretain

Definition at line 104 of file ZoomSDKNetworkService.h.