ConversationState Enumeration
Represents the possible states for a conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration ConversationState
'Usage
Dim instance As ConversationState
public enum ConversationState
Members
Member name | Description | |
---|---|---|
Idle | Represents a conversation in idle state. | |
Incoming | Represents an incoming conversation. | |
Establishing | Indicates that the conversation is in the process of establishing one or more calls with a remote participant. | |
Established | Indicates the conversation is in two-party mode with at least one established call. | |
Conferencing | Indicates the conversation is currently joining a conference. | |
Conferenced | The conversation is in a multi-party conference. | |
Terminating | The conversation is being terminated. | |
Terminated | The conversation has been terminated. |