Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox 69: Add deviceId/facingMode/groupId to track settings #4561

Merged
merged 2 commits into from Aug 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions api/MediaTrackConstraints.json
Expand Up @@ -250,10 +250,12 @@
"version_added": null
},
"firefox": {
"version_added": "50"
"version_added": "36",
"notes": "Prior to Firefox 69, Firefox only supported <code>deviceId</code> in constraints passed into <code>getUserMedia()</code>."
},
"firefox_android": {
"version_added": "50"
"version_added": "36",
"notes": "Firefox for Android only supports <code>deviceId</code> when used in constraints passed into <code>getUserMedia()</code>."
},
"ie": {
"version_added": false
Expand Down
10 changes: 5 additions & 5 deletions api/MediaTrackSettings.json
Expand Up @@ -252,10 +252,10 @@
"version_added": null
},
"firefox": {
"version_added": "36"
"version_added": "69"
},
"firefox_android": {
"version_added": "36"
"version_added": false
},
"ie": {
"version_added": null
Expand Down Expand Up @@ -387,10 +387,10 @@
"version_added": null
},
"firefox": {
"version_added": "36"
"version_added": "69"
},
"firefox_android": {
"version_added": "36"
"version_added": false
},
"ie": {
"version_added": null
Expand Down Expand Up @@ -477,7 +477,7 @@
"version_added": null
},
"firefox": {
"version_added": false
"version_added": "69"
},
"firefox_android": {
"version_added": false
Expand Down