isRemoteVideoEnabled property

RxBool get isRemoteVideoEnabled

Indicator whether the inbound video in the current OngoingCall is enabled or not.

Implementation

RxBool get isRemoteVideoEnabled => _currentCall.value.isRemoteVideoEnabled;