VoipCallCoordinator.RequestNewOutgoingCall method

VoipCallCoordinator.RequestNewOutgoingCall method

[This topic contains pre-release information and is subject to change. Blank topics are included as placeholders.]

7/25/2012

Notifies the system of a new outgoing call.

Syntax

public:
void RequestNewOutgoingCall(
  String^ context, 
  String^ contactName, 
  VoipCallMedia media, 
  [OutAttribute] VoipPhoneCall^ call
)

Parameters

context

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

A string that is passed to the associated foreground app as a deep link. This might be a contact name or other data that can be used to populate the app's UI more quickly. The maximum length is 128 characters. This parameter must be non-null and must refer to a task defined in the app's manifest file.

contactName

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

The name or ID of the caller which is displayed in the phone's minimized call UI. The maximum length is 128 characters.

media

Type: VoipCallMedia

The media types of the new outgoing call.

call (out parameter)

Type: VoipPhoneCall

The object representing the new outgoing call.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

See also

VoipCallCoordinator

 

 

Build date: 7/25/2012

Community Additions

Show: