mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Bug 1221580 - Followup, don't enable full-duplex on unknown platforms.
MozReview-Commit-ID: 7yJmup9a35A
This commit is contained in:
parent
f21768f547
commit
d712cb2e50
@ -558,7 +558,7 @@ pref("media.navigator.audio.full_duplex", true);
|
||||
// *BSD, others - merely a guess for now
|
||||
pref("media.peerconnection.capture_delay", 50);
|
||||
pref("media.getusermedia.playout_delay", 50);
|
||||
pref("media.navigator.audio.full_duplex", true);
|
||||
pref("media.navigator.audio.full_duplex", false);
|
||||
#endif
|
||||
// Use MediaDataDecoder API for WebRTC, this includes hardware acceleration for
|
||||
// decoding.
|
||||
|
Loading…
x
Reference in New Issue
Block a user