isRemoteAudioEnabled property

RxBool get isRemoteAudioEnabled

Indicator whether the inbound audio in the current OngoingCall is enabled.

Implementation

RxBool get isRemoteAudioEnabled => _currentCall.value.isRemoteAudioEnabled;