# removeAirPlayDevices

Description: disconnect devices connected to TrueConf Room 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 learn more about it here.

  • macAddress - an array of strings containing the MAC addresses of devices connected to TrueConf Room via AirPlay that need to be disconnected

See also: