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 A conversation in an idle state.

There are no calls in the conversation that are establishing or established.

Incoming An incoming conversation.
Establishing A conversation being established.

A conversation in the process of establishing one or more calls with a remote participant.

Established A conversation in two-party mode with at least one established call.
Conferencing A conversation currently joining a conference or one which has joined the conference but has not been escalated yet.
InLobby A conversation is in the lobby of the conference.
Conferenced A conversation in a multi-party conference.
Terminating A conversation being terminated.
Terminated A conversation that has been terminated.

See Also

Reference

Microsoft.Rtc.Collaboration Namespace