CtiCallStateManager.HangUpCall(Guid) Method

Definition

Executes a hang-up call request to the base interface.

public:
 virtual bool HangUpCall(Guid ctiCallRefCallId);
public virtual bool HangUpCall (Guid ctiCallRefCallId);
abstract member HangUpCall : Guid -> bool
override this.HangUpCall : Guid -> bool
Public Overridable Function HangUpCall (ctiCallRefCallId As Guid) As Boolean

Parameters

ctiCallRefCallId
Guid

Specifies the call reference ID.

Returns

True if the call was hung up successfully, otherwise false.

Implements

Applies to