MuteChangeEventArgs.Muted property

Gets whether the call is currently muted.

Syntax

public bool Muted { get; }
Public ReadOnly Property Muted As Boolean
public:
property bool Muted { 
   bool get();
}

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

Whether the call is currently muted.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Networking.Voip Windows::Phone::Networking::Voip [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_VOIP [Windows Phone]

See also

MuteChangeEventArgs