Meeting SDK for macOS API 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. | |
Definition at line 84 of file ZoomSDKNetworkService.h.
- (void) onProxySettingNotification: | (ZoomSDKProxySettingHelper *_Nullable) | proxyHelper |
The callback will be triggered if the proxy requests to input the username and password.
proxyHelper | A ZoomSDKProxySettingHelper object containing proxy information. |
- (void) onSSLCertVerifyNotification: | (ZoomSDKSSLVerificationHelper *_Nullable) | sslHelper |
The callback will be triggered when the SSL needs to be verified.
sslHelper | A ZoomSDKSSLVerificationHelper object contains SSL verification information. |