CtiCallStateManager.GetCallVariable(Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.