ConversationState Enum

Definition

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.

Applies to