slavesChanged

TrueConfLess than 1 minute

slavesChanged

Description: notification received after the status of slave-TrueConf Room API changes. v5.0.0+

Example:

{
    "method": "event",
    "event": "slavesChanged",
    "slaves": [
        {
            "name": "slave2",
            "url": "http://192.168.0.100#cfg=slave2"
        },
        {
            "name": "slave1",
            "url": "http://192.168.0.100#cfg=slave1"
        }
    ]
}

Parameter description:

  • slaves - the list of connected slavesTrueConf Room API

  • name - the name of the slave under which it was launched (specified instance naming TrueConf Room API)

  • url - management link

See also: