We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34996ec commit 327413bCopy full SHA for 327413b
lib/src/mediadevices_impl.dart
@@ -20,8 +20,6 @@ class MediaDevicesWeb extends MediaDevices {
20
mediaConstraints['video'].remove('facingMode');
21
}
22
23
- mediaConstraints.putIfAbsent('video', () => false);
24
- mediaConstraints.putIfAbsent('audio', () => false);
25
} catch (e) {
26
print(
27
'[getUserMedia] failed to remove facingMode from mediaConstraints');
0 commit comments