Share via


CtiCallStateManager.IsCallActive(Guid) Method

Definition

Checks whether the current call is active. Required override.

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

Parameters

ctiCallRefCallId
Guid

Specifies the call reference ID.

Returns

True if the call is active, otherwise false.

Applies to