isRemoteVideoEnabled property
Indicator whether the inbound video in the current OngoingCall is enabled or not.
Implementation
RxBool get isRemoteVideoEnabled => _currentCall.value.isRemoteVideoEnabled;
Indicator whether the inbound video in the current OngoingCall is enabled or not.
RxBool get isRemoteVideoEnabled => _currentCall.value.isRemoteVideoEnabled;