![]() |
Mac SDK
|
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... | |
| - (void) onProxySettingNotification: | (ZoomSDKProxySettingHelper *) | 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 *) | sslHelper |
The callback will be triggered when the SSL needs to be verified.
| sslHelper | A ZoomSDKSSLVerificationHelper object contains SSL verification information. |