ICtiCallStateManager.PickupCall(Guid) Method

Definition

Issues a pickup call request to the hosted CTI interface.

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

Parameters

ctiCallRefCallId
Guid

Specifies the call reference ID.

Returns

True if the pick up request was issued successfully, otherwise false.

Applies to