isRemoteAudioEnabled property
Indicator whether the inbound audio in the current OngoingCall is enabled.
Implementation
RxBool get isRemoteAudioEnabled => _currentCall.value.isRemoteAudioEnabled;
Indicator whether the inbound audio in the current OngoingCall is enabled.
RxBool get isRemoteAudioEnabled => _currentCall.value.isRemoteAudioEnabled;