Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKNetworkServiceDelegate> Protocol Reference

#include <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 *_Nullable) 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 *_Nullable) sslHelper

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

Parameters
sslHelperA ZoomSDKSSLVerificationHelper object contains SSL verification information.