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.
2 parents e3283fb + 5664d05 commit 1001b31Copy full SHA for 1001b31
lib/src/mediadevices_impl.dart
@@ -100,7 +100,7 @@ class MediaDevicesWeb extends MediaDevices {
100
channelCount: _mapConstraints['channelCount'],
101
colorTemperature: _mapConstraints['colorTemperature'],
102
contrast: _mapConstraints['contrast'],
103
- deviceId: _mapConstraints['_mapConstraints'],
+ deviceId: _mapConstraints['deviceId'],
104
echoCancellation: _mapConstraints['echoCancellation'],
105
exposureCompensation: _mapConstraints['exposureCompensation'],
106
exposureMode: _mapConstraints['exposureMode'],
0 commit comments