connectionLost property

RxBool get connectionLost

Indicates whether the connection to the OngoingCall updates was lost and an ongoing reconnection is happening.

Implementation

RxBool get connectionLost => _currentCall.value.connectionLost;