ICtiCallStateManager.HangUpCall(Guid) Method

Definition

Checks if the call was hung up.

public:
 bool HangUpCall(Guid ctiCallRefCallId);
public bool HangUpCall (Guid ctiCallRefCallId);
abstract member HangUpCall : Guid -> bool
Public Function HangUpCall (ctiCallRefCallId As Guid) As Boolean

Parameters

ctiCallRefCallId
Guid

Specifies the call reference ID.

Returns

True if the call was hung up, otherwise false.

Applies to