# slavesChanged

Version: 5.0.0+

Description: notification received after a change in the state of the slave-TrueConf Room.

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 - a list of connected slave-TrueConf Room

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

  • url - management link

See also: