clearVideoTrackSelection method

Future<void> clearVideoTrackSelection()

Clears manual track overrides and returns to automatic selection.

Implementation

Future<void> clearVideoTrackSelection() async {
  await _invoke('setVideoTrack', {'id': null});
}