clearVideoTrackSelection method
Clears manual track overrides and returns to automatic selection.
Implementation
Future<void> clearVideoTrackSelection() async {
await _invoke('setVideoTrack', {'id': null});
}
Clears manual track overrides and returns to automatic selection.
Future<void> clearVideoTrackSelection() async {
await _invoke('setVideoTrack', {'id': null});
}