Edit

Share via


BackToBackCallState Enum

Definition

Defines the state of the BackToBackCall.

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

Fields

Name Value Description
Idle 0

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

Establishing 1

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

Established 2

Both call legs are in the Established state.

Terminating 3

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

Terminated 4

Both call legs are in the Terminated state.

Applies to