Chat Class |
Namespace: Avaya.ClientServices
public class Chat
The Chat type exposes the following members.
| Name | Description | |
|---|---|---|
| AllMessages |
Returns all messages.
| |
| PrivateMessages |
Returns all private chat messages for current user.
| |
| PublicMessages |
Returns all public chat messages.
|
| Name | Description | |
|---|---|---|
| GetChatParticipants |
Get chat participants
| |
| SendPrivateMessage |
Sends private message to participant.
| |
| SendPublicMessage |
Sends public message to chat.
|
| Name | Description | |
|---|---|---|
| AllMessagesChanged |
Notifies the application that the list of messages in the collaboration has changed.
| |
| ChatServiceAvailable |
Reports that chat service is available.
| |
| ChatServiceUnavailable |
Reports that chat service is unavailable.
| |
| PrivateMessagesChanged |
Notifies the application that the list of private messages has changed.
| |
| PublicMessagesChanged |
Notifies the application that the list of public messages has changed.
|