Share via


CtiCallStateManager.HoldCall(Guid) Method

Definition

Executes a hold call request to the base interface.

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

Parameters

ctiCallRefCallId
Guid

Specifies the call reference ID.

Returns

True if the hold was successful, otherwise false.

Implements

Applies to