ConversationStatus Enumeration |
Namespace: Avaya.ClientServices
public enum ConversationStatus
| Member name | Value | Description | |
|---|---|---|---|
| Unsent | 0 | Represents a conversation that has been created by the local application but has not yet been sent. | |
| Sent | 1 | A conversation in Published state has been successfully sent to the server and is now able to be viewed by other participants. | |
| Sending | 2 | Used for conversations which are currently being sent. | |
| Removing | 3 | Used for conversations which are currently being removed. | |
| Error | 4 | State indicating that conversation couldn't be sent. Additional error information is provided within the operation result. | |
| Undefined | 5 | An unknown status. If this status is set, it is a bug. | |
| Leaving | 6 | Used for conversations which are currently being left. | |
| Left | 7 | Used for conversations which were left. |
© 2017 Avaya LLC. All Rights Reserved.