callState
The state of the cellular call.
Declaration
var callState: String { get }Discussion
A cellular call’s initial state is either CTCallStateDialing or CTCallStateIncoming. After establishing the call for all parties involved, the state transitions to CTCallStateConnected. When the call ends, the state transitions to CTCallStateDisconnected.