toggleRemoteVideos method

Future<void> toggleRemoteVideos()

Toggles inbound video in the current OngoingCall on and off.

Implementation

Future<void> toggleRemoteVideos() => _currentCall.value.toggleRemoteVideo();