Share via


ICtiCallStateManager.SetCallVariables Method

Definition

Sets Call Data items in the collection Calls a method in the ICTI interface.

public:
 bool SetCallVariables(Guid ctiCallRefCallId, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ callVars);
public bool SetCallVariables (Guid ctiCallRefCallId, System.Collections.Generic.Dictionary<string,string> callVars);
abstract member SetCallVariables : Guid * System.Collections.Generic.Dictionary<string, string> -> bool
Public Function SetCallVariables (ctiCallRefCallId As Guid, callVars As Dictionary(Of String, String)) As Boolean

Parameters

ctiCallRefCallId
Guid

Call ID to access information on

callVars
Dictionary<String,String>

Dictionary of Name value pairs to add to the Call Vars

Returns

true if sucessfull, false if not

Applies to