Click or drag to resize

CallState Enumeration

The state of a call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum CallState
Members
  Member nameValueDescription
Idle0 Call hasn't been started.
Initiating1 Call initiated (outgoing only). No response from far-end has been received.
RemoteAlerting2 Call is alerting remotely (outgoing call).
Alerting3 Call is alerting locally (incoming call).
Established4 Call has been established and is active (not held).
Holding5 Call is transitioning to the held state.
Held6 Call is on hold.
Unholding7 Call is transitioning from the held state back to the established state.
VideoUpdating8 Call's video is being updated.
Transferring9 Transfer initiated by the local user (outgoing).
BeingTransferred10 The call is being transferred by a remote party on the call. Incoming transfer request received.
Ignored11 Call is ignored locally (incoming call), later it can be accepted or denied.
Failed12 The call has failed.
Ending13 Request to end the call has been sent.
Ended14 Call ended (by far-end, or end request has been responded to by the remote party).
Renegotiating15 Call renegotiating (requested by us).
FarEndRenegotiating16 Call renegotiating (requested by far-end).
See Also