ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
INetworkConnectionHandler Class Referenceabstract

The network connection handler callback event. More...

#include <network_connection_handler_interface.h>

Public Member Functions

virtual void onProxyDetectComplete ()=0
 Notification callback of completing the proxy detection.
 
virtual void onProxySettingNotification (IProxySettingHandler *handler)=0
 The callback will be triggered if the proxy requests to input the username and password. More...
 
virtual void onSSLCertVerifyNotification (ISSLCertVerificationHandler *handler)=0
 The callback will be triggered when the SSL is verified. More...
 

Detailed Description

The network connection handler callback event.

Member Function Documentation

◆ onProxySettingNotification()

virtual void INetworkConnectionHandler::onProxySettingNotification ( IProxySettingHandler handler)
pure virtual

The callback will be triggered if the proxy requests to input the username and password.

Remarks
Use the handler to configure the related information. For more details, see IProxySettingHandler. The handler will be destroyed once the function calls end.

◆ onSSLCertVerifyNotification()

virtual void INetworkConnectionHandler::onSSLCertVerifyNotification ( ISSLCertVerificationHandler handler)
pure virtual

The callback will be triggered when the SSL is verified.

Remarks
Use the handler to check the related information. For more details, see ISSLCertVerificationHandler. The handler will be destroyed once the function calls end.

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