state property

Rx<OngoingCallState> get state

State of the current OngoingCall progression.

Implementation

Rx<OngoingCallState> get state => _currentCall.value.state;