ConversationState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the possible states for a conversation.
public enum class ConversationState
public enum ConversationState
type ConversationState =
Public Enum ConversationState
- Inheritance
-
ConversationState
Fields
| Conferenced | 6 | A conversation in a multi-party conference. |
| Conferencing | 4 | A conversation currently joining a conference or one which has joined the conference but has not been escalated yet. |
| Established | 3 | A conversation in two-party mode with at least one established call. |
| Establishing | 2 | A conversation being established. |
| Idle | 0 | A conversation in an idle state. |
| Incoming | 1 | An incoming conversation. |
| InLobby | 5 | A conversation is in the lobby of the conference. |
| Terminated | 8 | A conversation that has been terminated. |
| Terminating | 7 | A conversation being terminated. |