Share via


CtiCallStateManager.GetCallVariable(Guid, String) Method

Definition

Required Override This function is called to get a variable from the Call

public:
 abstract System::String ^ GetCallVariable(Guid ctiCallRefCallId, System::String ^ key);
public abstract string GetCallVariable (Guid ctiCallRefCallId, string key);
abstract member GetCallVariable : Guid * string -> string
Public MustOverride Function GetCallVariable (ctiCallRefCallId As Guid, key As String) As String

Parameters

ctiCallRefCallId
Guid

Specifies the CTI call reference ID.

key
String

Specifies the key.

Returns

String Version of the requested variable.

Implements

Applies to