# On_serverDisconnected

Description

The notification received when the application is disconnected from the corporate video conferencing server or TrueConf Online service.

EventHandler<string> On_serverDisconnected

Response example

{
    "event": "serverDisconnected",
    "port": 4307,
    "service": false,
    "server": "192.168.0.100",
    "method": "event"
}

Response Parameters

Name Description
server The server or service address
port The server or service port
service Connection type:
• true - disconnected from TrueConf Online cloud service
• false - disconnected from TrueConf Server

See also

Last Updated: 09/12/2025