Mac SDK
Instance Methods | List of all members
<ZoomSDKNetworkSeviceDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKNetworkSeviceDelegate>:

Instance Methods

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

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.

The documentation for this protocol was generated from the following file: