getAirPlayState
Less than 1 minute
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 find more details about it here.supported- a flag indicating support for the AirPlay functionalityenabled- a flag indicating the status of the AirPlay feature
See also: