macOS SDK API Reference
Loading...
Searching...
No Matches
<ZoomSDKNetworkSeviceDelegate> Protocol Reference

#import <ZoomSDKNetworkService.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onProxySettingNotification:
 The callback will be triggered if the proxy requests to input the username and password.
 
(void) - onSSLCertVerifyNotification:
 The callback will be triggered when the SSL needs to be verified.
 

Detailed Description

Definition at line 84 of file ZoomSDKNetworkService.h.

Method Documentation

◆ onProxySettingNotification:

- (void) onProxySettingNotification: (ZoomSDKProxySettingHelper *)  proxyHelper

The callback will be triggered if the proxy requests to input the username and password.

Parameters
proxyHelperA ZoomSDKProxySettingHelper object containing proxy information.

◆ onSSLCertVerifyNotification:

- (void) onSSLCertVerifyNotification: (ZoomSDKSSLVerificationHelper *)  sslHelper

The callback will be triggered when the SSL needs to be verified.

Parameters
sslHelperA ZoomSDKSSLVerificationHelper object contains SSL verification information.