Click or drag to resize
Chat Class
The Chat object provides access to conference chat related capabilities and actions.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesChat

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class Chat

The Chat type exposes the following members.

Properties
  NameDescription
Public propertyAllMessages
Returns all messages.
Public propertyPrivateMessages
Returns all private chat messages for current user.
Public propertyPublicMessages
Returns all public chat messages.
Top
Methods
  NameDescription
Public methodGetChatParticipants
Get chat participants
Public methodSendPrivateMessage
Sends private message to participant.
Public methodSendPublicMessage
Sends public message to chat.
Top
Events
  NameDescription
Public eventAllMessagesChanged
Notifies the application that the list of messages in the collaboration has changed.
Public eventChatServiceAvailable
Reports that chat service is available.
Public eventChatServiceUnavailable
Reports that chat service is unavailable.
Public eventPrivateMessagesChanged
Notifies the application that the list of private messages has changed.
Public eventPublicMessagesChanged
Notifies the application that the list of public messages has changed.
Top
Remarks
The Chat object is accessible via Conference and Collaboration.
See Also