toggleRemoteVideos method
Toggles inbound video in the current OngoingCall on and off.
Implementation
Future<void> toggleRemoteVideos() => _currentCall.value.toggleRemoteVideo();
Toggles inbound video in the current OngoingCall on and off.
Future<void> toggleRemoteVideos() => _currentCall.value.toggleRemoteVideo();