CallControl.IndicateNewIncomingCall(Boolean, String) Method

Definition

Informs the device that there is an incoming call.

public:
 virtual unsigned long long IndicateNewIncomingCall(bool enableRinger, Platform::String ^ callerId) = IndicateNewIncomingCall;
uint64_t IndicateNewIncomingCall(bool const& enableRinger, winrt::hstring const& callerId);
public ulong IndicateNewIncomingCall(bool enableRinger, string callerId);
function indicateNewIncomingCall(enableRinger, callerId)
Public Function IndicateNewIncomingCall (enableRinger As Boolean, callerId As String) As ULong

Parameters

enableRinger
Boolean

bool

Specifies whether the device should activate its built-in ringer.

callerId
String

Platform::String

winrt::hstring

A numeric string that specifies the incoming caller ID. This parameter can be null, and often is for many VoIP calls.

Returns

UInt64

unsigned long long

uint64_t

A call token that uniquely identifies this call.

Applies to