CtiCallStateManager.AnswerCall(Guid) Method

Definition

Checks whether the call with the given call reference ID is answered.

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

Parameters

ctiCallRefCallId
Guid

Specifies the call reference ID.

Returns

True if the call is answered, otherwise false.

Implements

Applies to