getAirPlayDevice
Less than 1 minute
getAirPlayDevice
Description: Get the active connected device to TrueConf Room API 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 find more details 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: