# On_audioRendererMute
Description
Notification showing that an audio playback device has been muted
EventHandler<string> On_audioRendererMute
Response example
{
"event": "audioRendererMute",
"mute": false,
"method": "event"
}
Response Parameters
Name | Description |
---|---|
mute | The flag indicating if the audio playback device is turned on or off |
See also