MessageType Enumeration |
Namespace: Avaya.ClientServices
public enum MessageType
| Member name | Value | Description | |
|---|---|---|---|
| Start | 5 | A message of this type is the first message in every conversation. There is no content associated with this message. | |
| Message | 0 | Messages of this type contain either body text, attachments, or both. Most messages in a conversation are of this type. | |
| Joined | 1 | Joined type is used to notify that new participant has joined the conversation. | |
| Left | 2 | Left type is used to notify that existing participant has left the conversation. | |
| Session | 3 | Session type is used to notify that conversation was escalated to audio/video. | |
| SubjectChanged | 4 | SubjectChanged type is used to notify that Subject of conversation has changed. | |
| Closed | 6 | Closed type is used to notify that the conversation has been closed. |
© 2017 Avaya LLC. All Rights Reserved.