# getAirPlayDevice

Description: Obtain the active device connected to TrueConf Room via AirPlay.

Request example:

{
    "method" : "getAirPlayDevice",
    "requestId" : "1"
}

Response example:

{
    "method": "getAirPlayDevice",
    "requestId": "1",
    "macAddress": "62:1C:AF:AA:7E:6D",
    "name": "iPhone (Bogdan)",
    "model": "iPhone14,3",
    "result": true
}

Parameter description:

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

  • macAddress - the MAC address of the connected device

  • name - the name of the connected device

  • model - identifier of the connected device model

See also: