# serverConnected

Description: the notification about successful connection to the server or to TrueConf Online cloud service.

Example:

{
    "event": "serverConnected",
    "service": true,
    "server": "server.name",
    "port": 4307,
    "domain": "some.server.net",
    "method": "event"
}

Parameter 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 TrueConf Server

Parameter description: