CallStatus

enum CallStatus : Enum<Call.CallStatus>

The status of a Call.

Since

0.1

Entries

Link copied to clipboard

For the outgoing call, the call has dialed. For the incoming call, the call has received.

Link copied to clipboard

For the outgoing call, the call is ringing the remote party. For the incoming call, the call is ringing the local party.

Link copied to clipboard

The call is answered.

Link copied to clipboard

The call is terminated.

Link copied to clipboard

The call is waiting.

Properties

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