CtiCallStateManager.PickupCall(Guid) Method

Definition

Executes a pick up call request to the base interface.

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

Parameters

ctiCallRefCallId
Guid

Specifies the call reference ID.

Returns

True on success, otherwise false.

Implements

Applies to