CallState Enum

Definition

Defines the state of the call.

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

Fields

Established 3

The call is established.

Establishing 2

The call establishment is in progress after initiating or accepting the call.

Idle 0

The call is idle.

Incoming 1

The call has just been received.

Parking 9

Call parking operation is in progress.

Terminated 8

The call has terminated.

Terminating 7

The call is terminating.

Transferring 5

The call has initiated a transfer.

Remarks

The CallState value is exposed by the State property on the Call class.

Applies to