ICtiControl.HangUpCall(CtiCommandRequest) Method

Definition

Releases the call.

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

Parameters

commandData
CtiCommandRequest

Specifies the call ID and additional command data.

Returns

True if the call was released successfully, otherwise false.

Applies to