Meeting SDK for macOS API Reference
|
Protocol for receiving network-related events such as proxy and SSL certificate prompts. More...
#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. | |
Protocol for receiving network-related events such as proxy and SSL certificate prompts.
Definition at line 108 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. |