BackToBackCallState Enum

Definition

Defines the state of the BackToBackCall.

public enum class BackToBackCallState
public enum BackToBackCallState
type BackToBackCallState = 
Public Enum BackToBackCallState
Inheritance
BackToBackCallState

Fields

Established 2

Both call legs are in the Established state.

Establishing 1

At least one of the call legs is in the Establishing state.

Idle 0

Both call legs are in their initial state (Incoming or Idle).

Terminated 4

Both call legs are in the Terminated state.

Terminating 3

At least one of the call legs is in the Terminating state.

Applies to