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
Name | Value | Description |
---|---|---|
Idle | 0 | A conversation in an idle state. |
Incoming | 1 | An incoming conversation. |
Establishing | 2 | A conversation being established. |
Established | 3 | A conversation in two-party mode with at least one established call. |
Conferencing | 4 | A conversation currently joining a conference or one which has joined the conference but has not been escalated yet. |
InLobby | 5 | A conversation is in the lobby of the conference. |
Conferenced | 6 | A conversation in a multi-party conference. |
Terminating | 7 | A conversation being terminated. |
Terminated | 8 | A conversation that has been terminated. |