VoipCallCoordinator.MuteRequested event

Raised when the VoIP app should mute all of its calls.

Syntax

public event TypedEventHandler<VoipCallCoordinator, MuteChangeEventArgs> MuteRequested
Public Event MuteRequested As TypedEventHandler(Of VoipCallCoordinator, MuteChangeEventArgs)
public:
event TypedEventHandler<VoipCallCoordinator, MuteChangeEventArgs>^ MuteRequested {
   Windows::Foundation::EventRegistrationToken add(TypedEventHandler<VoipCallCoordinator, MuteChangeEventArgs>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate TypedEventHandler<VoipCallCoordinator, MuteChangeEventArgs>

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

VoipCallCoordinator