CallState Enumeration |
Namespace: Avaya.ClientServices
public enum CallState
Member name | Value | Description | |
---|---|---|---|
Idle | 0 | Call hasn't been started. | |
Initiating | 1 | Call initiated (outgoing only). No response from far-end has been received. | |
RemoteAlerting | 2 | Call is alerting remotely (outgoing call). | |
Alerting | 3 | Call is alerting locally (incoming call). | |
Established | 4 | Call has been established and is active (not held). | |
Holding | 5 | Call is transitioning to the held state. | |
Held | 6 | Call is on hold. | |
Unholding | 7 | Call is transitioning from the held state back to the established state. | |
VideoUpdating | 8 | Call's video is being updated. | |
Transferring | 9 | Transfer initiated by the local user (outgoing). | |
BeingTransferred | 10 | The call is being transferred by a remote party on the call. Incoming transfer request received. | |
Ignored | 11 | Call is ignored locally (incoming call), later it can be accepted or denied. | |
Failed | 12 | The call has failed. | |
Ending | 13 | Request to end the call has been sent. | |
Ended | 14 | Call ended (by far-end, or end request has been responded to by the remote party). | |
Renegotiating | 15 | Call renegotiating (requested by us). | |
FarEndRenegotiating | 16 | Call renegotiating (requested by far-end). |
© 2017 Avaya LLC. All Rights Reserved.