MuteChangeEventArgs MuteChangeEventArgs MuteChangeEventArgs MuteChangeEventArgs Class

Definition

Supports the NotifyMuted and NotifyUnmuted events.

public : sealed class MuteChangeEventArgs : IMuteChangeEventArgspublic sealed class MuteChangeEventArgs : IMuteChangeEventArgsPublic NotInheritable Class MuteChangeEventArgs Implements IMuteChangeEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0) Windows 10 (introduced v10.0.10586.0)
API contract
Windows.ApplicationModel.Calls.CallsVoipContract (introduced v1)
Capabilities
voipCall

Properties

Muted Muted Muted Muted

Gets whether the call is currently muted.

public : PlatForm::Boolean Muted { get; }public bool Muted { get; }Public ReadOnly Property Muted As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

Whether the call is currently muted.

Additional features and requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0) Windows 10 (introduced v10.0.10586.0)
API contract
Windows.ApplicationModel.Calls.CallsVoipContract (introduced v1)
Capabilities
voipCall