CallControl.IndicateNewIncomingCall(Boolean, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A call token that uniquely identifies this call.