PhoneCall.CallId Property

Definition

Gets the phone call identifier (or call identifier).

public:
 property Platform::String ^ CallId { Platform::String ^ get(); };
winrt::hstring CallId();
public string CallId { get; }
var string = phoneCall.callId;
Public ReadOnly Property CallId As String

Property Value

String

Platform::String

winrt::hstring

A string containing the call identifier.

Windows requirements

App capabilities
phoneCall

Applies to