CallState

enum CallState : Enum<CallState>

The possible call states.

Entries

Link copied to clipboard

Indicates that the call is connected and supporting conversation.

Link copied to clipboard

Initial state of an outgoing Call.

Link copied to clipboard

Indicates that the call is dialing the remote number, but not yet connected.

Link copied to clipboard

Indicates that no further voice or other communication will be transmitted.

Link copied to clipboard

Indicates that the call is being disconnected locally.

Link copied to clipboard

Indicates that the call is on hold.

Link copied to clipboard

Indicates the initial state of an incoming call.

Link copied to clipboard

Indicates that the call is being answered.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int