Click or drag to resize
CallAudioMuted Property
A Boolean value indicating whether audio has been explicitly muted for this call.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public bool AudioMuted { get; }

Property Value

Type: Boolean
Remarks
This does not reflect device-level mute state that may affect this call, but only the call-specific mute state controlled via MuteAudio(Boolean, CallCallCompletionHandler).
See Also