# setAirPlayDevice

PRO

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

Request example:

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

Response example:

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

Parameter description:

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

  • macAddress - the MAC address of the connected device that needs to be activated

See also: