Share via


CtiCallStateManager.AddCallInfoItemToCallersList(CallInfoData) Method

Definition

Adds a CallInfoData Item to the CallersList.

public:
 bool AddCallInfoItemToCallersList(Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^ callData);
public bool AddCallInfoItemToCallersList (Microsoft.Uii.Desktop.Cti.Core.CallInfoData callData);
member this.AddCallInfoItemToCallersList : Microsoft.Uii.Desktop.Cti.Core.CallInfoData -> bool
Public Function AddCallInfoItemToCallersList (callData As CallInfoData) As Boolean

Parameters

callData
CallInfoData

Specifies the CallInfoData Object populated with call data.

Returns

True if the CallInfoData item is added successfully, false otherwise.

Applies to