CtiHostedControl.AnswerCall(CtiCommandRequest) Method

Definition

Answers the call identified by the call ID.

public:
 abstract bool AnswerCall(Microsoft::Uii::Desktop::Cti::Core::CtiCommandRequest ^ commandData);
public abstract bool AnswerCall (Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest commandData);
abstract member AnswerCall : Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest -> bool
Public MustOverride Function AnswerCall (commandData As CtiCommandRequest) As Boolean

Parameters

commandData
CtiCommandRequest

Specifies the call ID and additional command data.

Returns

True if the call was answered, otherwise false.

Implements

Applies to