|  | Alexa Auto SDK
    2.3.0
    | 
| Public Attributes | |
| IDLE | |
| DIALING | |
| OUTBOUND_RINGING | |
| ACTIVE | |
| CALL_RECEIVED | |
| INBOUND_RINGING | |
Describes the state of a call
| com.amazon.aace.phonecontrol.PhoneCallController.CallState.IDLE | 
The call is not in an active state. The following are possible transitions to IDLE state:
| com.amazon.aace.phonecontrol.PhoneCallController.CallState.DIALING | 
The outbound call is initiated by the user. Call setup is in progress.
| com.amazon.aace.phonecontrol.PhoneCallController.CallState.OUTBOUND_RINGING | 
The outbound call has been set up, and the remote party is alerted.
| com.amazon.aace.phonecontrol.PhoneCallController.CallState.ACTIVE | 
The call is active, and media is being transmitted between the caller and remote party. The following are possible transitions to ACTIVE state:
| com.amazon.aace.phonecontrol.PhoneCallController.CallState.CALL_RECEIVED | 
An alert for the inbound call has been received.
| com.amazon.aace.phonecontrol.PhoneCallController.CallState.INBOUND_RINGING | 
The inbound call is ringing.
Alexa Auto SDK 2.3.0 - Copyright 2017-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0