| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.nexmo.sdk.conversation.client.Call.CALL_STATE | |
Enum for Call states.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Call.CALL_STATE | ANSWERED | The callee has answered the call. | |||||||||
| Call.CALL_STATE | BUSY | The callee is on the line with another call. | |||||||||
| Call.CALL_STATE | COMPLETED | Call has been completed successfully. | |||||||||
| Call.CALL_STATE | FAILED | The call attempt failed in the phone network. | |||||||||
| Call.CALL_STATE | MACHINE | Platform detected an answering machine. | |||||||||
| Call.CALL_STATE | RINGING | The callee confirmed that the call is ringing. | |||||||||
| Call.CALL_STATE | STARTED | The call was started on the Nexmo platform. | |||||||||
| Call.CALL_STATE | TIMEOUT | The call timed out before it was answered. | |||||||||
| Call.CALL_STATE | UNANSWERED | The caller cancelled the call before callee picked up. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Call.CALL_STATE | valueOf(String name) | ||||||||||
| final static CALL_STATE[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The caller cancelled the call before callee picked up.