# getAirPlayState

Description: Retrieve information about the AirPlay functionality status.

Request example:

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

Response example:

{
    "method": "getAirPlayState",
    "requestId": "",
    "supported" : true,
    "enabled": true,
    "result": true
}

Parameter description:

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

  • supported - a flag indicating support for the AirPlay functionality

  • enabled - a flag indicating the status of the AirPlay feature

See also: