Closed
Bug 1398180
Opened 7 years ago
Closed 5 years ago
getSettings() should include deviceId
Categories
(Core :: WebRTC: Audio/Video, enhancement, P2)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 1537986
Tracking | Status | |
---|---|---|
firefox57 | --- | affected |
People
(Reporter: jib, Unassigned)
Details
(Keywords: dev-doc-complete)
Forgot to include deviceId when we added getSettings() in bug 1213517.
STRs:
1. Open https://jsfiddle.net/jib1/3jrkdc1q/ and share cam+mic
Expected result:
{
"autoGainControl": false,
"channelCount": 4,
"echoCancellation": true,
"noiseSuppression": true
"deviceId": "hLSmbVie34mQOuLjqIdBxsaBoK+W0eESXBzeK+78guI="
}
{
"frameRate": 30,
"height": 480,
"width": 640,
"deviceId": "mSUcE4/pfvfWrrUCKPVgPsqTFtztaQ6T32O9yjs8SOs="
}
Actual result:
{
"autoGainControl": false,
"channelCount": 4,
"echoCancellation": true,
"noiseSuppression": true
}
{
"frameRate": 30,
"height": 480,
"width": 640
}
Comment 1•7 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Comment 2•6 years ago
|
||
Hi, any update to this please?
Reporter | ||
Updated•6 years ago
|
Rank: 18
Priority: P3 → P2
Comment 3•6 years ago
|
||
Hi, any update to this please?
Comment 4•5 years ago
|
||
This has been fixed by bug 1537986.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Keywords: dev-doc-needed
Comment 5•5 years ago
|
||
Documentation updates:
- Submitted BCD PR 4561
- Mentioned on Firefox 69 for developers
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•