ZOOM Windows SDK
5.2.42037.1112
|
The network connection helper interface. More...
#include <network_connection_handler_interface.h>
Public Member Functions | |
virtual SDKError | RegisterNetworkConnectionHandler (INetworkConnectionHandler *pNetworkHandler)=0 |
Set the callback handler to receive the INetworkConnectionHandler. More... | |
virtual SDKError | UnRegisterNetworkConnectionHandler ()=0 |
Unregister the callback handler which is used to receive the INetworkConnectionHandler. More... | |
virtual SDKError | ConfigureProxy (ProxySettings &proxy_setting)=0 |
Set the proxy that the user want to use according to your net environment. proxy_setting The proxy ip address and port that user want to use, should be organized like ip:port, such as '255.255.255.255:8080'. Using ';' to separate multi proxies. More... | |
The network connection helper interface.
|
pure virtual |
Set the proxy that the user want to use according to your net environment. proxy_setting The proxy ip address and port that user want to use, should be organized like ip:port, such as '255.255.255.255:8080'. Using ';' to separate multi proxies.
|
pure virtual |
Set the callback handler to receive the INetworkConnectionHandler.
pNetworkHandler | The SDK will invoke the handler once received this type of message. For more details, see INetworkConnectionHandler. |
|
pure virtual |
Unregister the callback handler which is used to receive the INetworkConnectionHandler.