|
Meeting SDK for Windows API Reference
|
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. | |
| virtual void | onSSLCertVerifyNotification (ISSLCertVerificationHandler *handler)=0 |
| The callback will be triggered when the SSL is verified. | |
The network connection handler callback event.
Definition at line 114 of file network_connection_handler_interface.h.
|
pure virtual |
Notification callback of completing the proxy detection.
|
pure virtual |
The callback will be triggered if the proxy requests to input the username and password.
|
pure virtual |
The callback will be triggered when the SSL is verified.