removeAirPlayDevices

TrueConfLess than 1 minute

removeAirPlayDevices

Description: disconnect devices connected to TrueConf Room API via AirPlay.

Request example:

{
    "method" : "removeAirPlayDevices",
    "requestId" : "1",
    "macAddress" : ["62:1C:AF:AA:7E:6D"]
}

Response example:

{
    "method": "removeAirPlayDevices",
    "requestId": "1",
    "result": true
}

Parameter description:

  • requestId - a unique request identifier. You can find more details about it here.

  • macAddress - an array of MAC address strings of devices connected to TrueConf Room API via AirPlay that need to be disconnected.

See also: