# On_audioCapturerMute
Description
The notification showing if the audio capture device is turned off
EventHandler<string> On_audioCapturerMute
Response example
{
"event": "audioCapturerMute",
"mute": false,
"method": "event"
}
Response Parameters
Name | Description |
---|---|
mute | The flag indicating if the audio playback device is turned on or off |
See also