MuteChangeEventArgs class

Supports the Muted and Unmuted events.

Syntax

public sealed class MuteChangeEventArgs
Public NotInheritable Class MuteChangeEventArgs
public ref class MuteChangeEventArgs sealed 

Members

The MuteChangeEventArgs class has these types of members:

  • Constructors
  • Properties

Constructors

The MuteChangeEventArgs class has these constructors.

Constructor Description
MuteChangeEventArgs Initializes a new instance of the MuteChangeEventArgs class.

 

Properties

The MuteChangeEventArgs class has these properties.

Property Access type Description

Muted

Read-only

Gets 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]

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object