On_serverConnected

TrueConf7/5/26Less than 1 minute

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

NameDescription
serverThe server or service address
portThe server or service port
domainDomain
serviceConnection type
• true - Connected to TrueConf Online cloud service
• false - Connected to a standalone server

See also

Last Updated: