VoipCallCoordinator.ConfirmNonSeamlessUpgrade | confirmNonSeamlessUpgrade method

Notifies the system to end the originating cellular call.

Syntax

voipCallCoordinator.confirmNonSeamlessUpgrade(callUpgradeGuid);
public void ConfirmNonSeamlessUpgrade(
  Guid callUpgradeGuid
)
Public Sub ConfirmNonSeamlessUpgrade(
  callUpgradeGuid As Guid 
)
public:
void ConfirmNonSeamlessUpgrade(
  Guid callUpgradeGuid
)

Parameters

Requirements

Minimum supported client

Windows 10

Minimum supported server

Windows Server 2016

Minimum supported phone

Windows 10 Mobile

Namespace

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

Metadata

Windows.WinMD

See also

VoipCallCoordinator