# 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 devicename
- the name of the connected devicemodel
- identifier of the connected device model
See also: