Merge pull request #331 from jitsi/enable-noice-reduction
Re-enables video noise reduction (removes a workaround for M37).
This commit is contained in:
commit
c163a22415
|
@ -113,9 +113,6 @@ function getConstraints(um, resolution, bandwidth, fps, desktopStream, isAndroid
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (constraints.video) {
|
if (constraints.video) {
|
||||||
constraints.video.optional.push(
|
|
||||||
{googNoiseReduction: false} // chrome 37 workaround for issue 3807, reenable in M38
|
|
||||||
);
|
|
||||||
if (um.indexOf('video') >= 0) {
|
if (um.indexOf('video') >= 0) {
|
||||||
constraints.video.optional.push(
|
constraints.video.optional.push(
|
||||||
{googLeakyBucket: true}
|
{googLeakyBucket: true}
|
||||||
|
|
Loading…
Reference in New Issue