Closed
Bug 1638832
Opened 4 years ago
Closed 4 years ago
Remove the full-duplex pref
Categories
(Core :: WebRTC: Audio/Video, task)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: padenot, Assigned: koalab1999)
Details
Attachments
(1 file, 1 obsolete file)
We've been running with duplex enabled on all platforms, but some references are still there: https://searchfox.org/mozilla-central/search?q=full_duplex&path=
Reporter | ||
Updated•4 years ago
|
Assignee: nobody → koalab1999
Removed "media.navigator.audio.full_duplex" pref
It was related to MediaEnginePrefs::mFullDuplex
which wasn't used too, so the according code has been removed
Removed condition of FULL_DUPLEX_CAPABLE
and its bloc since it wasn't defined.
Removed "media.navigator.audio.full_duplex" pref
It was related to MediaEnginePrefs::mFullDuplex
which wasn't used too, so the according code has been removed
Removed condition of FULL_DUPLEX_CAPABLE
and its bloc since it wasn't defined.
Updated•4 years ago
|
Attachment #9150104 -
Attachment is obsolete: true
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Reporter | ||
Updated•4 years ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Reporter | ||
Updated•4 years ago
|
Summary: Remote the full-duplex pref → Remove the full-duplex pref
Reporter | ||
Comment 3•4 years ago
|
||
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bcb9e81c72cb
Remove unused full duplex code r=padenot
Comment 5•4 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 4 years ago → 4 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•