Click or drag to resize
ChatSendPrivateMessage Method
Sends private message to participant.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void SendPrivateMessage(
	Participant participant,
	string message,
	ChatSendMessageCompletionHandler completionHandler
)

Parameters

participant
Type: Avaya.ClientServicesParticipant
message
Type: SystemString
completionHandler
Type: Avaya.ClientServicesChatSendMessageCompletionHandler
See Also