On_audioCapturerMute
7/5/26Less than 1 minute
On_audioCapturerMute
Description
The notification showing if the audio capture device is turned off
EventHandler<string> On_audioCapturerMuteResponse 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