VoipCallCoordinator class

Allows an application to manage VoIP calls.

Syntax

public sealed class VoipCallCoordinator
Public NotInheritable Class VoipCallCoordinator
public ref class VoipCallCoordinator sealed 

Members

The VoipCallCoordinator class has these types of members:

  • Events
  • Methods

Events

The VoipCallCoordinator class has these events.

Event Description
MuteRequested Raised when the VoIP app should mute all of its calls.
UnmuteRequested Raised when the VoIP app should unmute all of its calls.

 

Methods

The VoipCallCoordinator class has these methods. It also inherits methods from the Object class.

Method Description
CancelUpgrade Notifies the system to cancel the upgrade process.
ConfirmNonSeamlessUpgrade Notifies the system to end the originating cellular call.
GetDefault Retrieves the default instance of the VoipCallCoordinator class.
GetNextOperation Gets the next VoIP operation to be performed.
NotifyMuted Notifies the system that the user has muted the call using the VoIP app's UI.
NotifyUnmuted Notifies the system that the user has unmuted the call using the VoIP app's UI.
RequestIncomingUpgradeToVideoCall Notifies the system of a new incoming video call that will replace an existing cellular call.
RequestNewIncomingCall Notifies the system of a new incoming call.
RequestNewOutgoingCall Notifies the system of a new outgoing call.
RequestOutgoingUpgradeToVideoCall Notifies the system of a new outgoing video call that will replace an existing cellular call.

 

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