CtiCallStateManager.SendChatMessage Method

Definition

Executes a send chat message command

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

Parameters

ctiCallRefCallId
Guid

Specifies the call reference ID.

additionalData
Dictionary<String,String>

Additional data associated with the command

Returns

True if the command was executed successfully, otherwise false.

Implements

Applies to