ICtiCallStateManager.PushUrl(Guid, Dictionary<String,String>) Method

Definition

Pushes a URL to the call.

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

Parameters

ctiCallRefCallId
Guid

Specifies the call reference ID.

additionalData
Dictionary<String,String>

Specifies additional user defined data that can be passed to the method.

Returns

True if the URL was pushed successfully, otherwise false.

Applies to