On_audioCapturerMute

TrueConf7/5/26Less than 1 minute

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

NameDescription
muteThe flag indicating if the audio playback device is turned on or off

See also

Last Updated: