# On_serverConnected
Description
The notification about successful connection to the server or to TrueConf Online cloud service.
EventHandler<string> On_serverConnected
Response example
{
"event": "serverConnected",
"service": true,
"server": "server.name",
"port": 4307,
"domain": "some.server.net",
"method": "event
}
Response Parameters
Name | Description |
---|---|
server | The server or service address |
port | The server or service port |
domain | Domain |
service | Connection type • true - Connected to TrueConf Online cloud service • false - Connected to a standalone server |
See also