Merge pull request #331 from jitsi/enable-noice-reduction

Re-enables video noise reduction (removes a workaround for M37).
This commit is contained in:
bgrozev 2015-08-03 11:32:38 -05:00
commit c163a22415
1 changed files with 0 additions and 3 deletions

View File

@ -113,9 +113,6 @@ function getConstraints(um, resolution, bandwidth, fps, desktopStream, isAndroid
);
}
if (constraints.video) {
constraints.video.optional.push(
{googNoiseReduction: false} // chrome 37 workaround for issue 3807, reenable in M38
);
if (um.indexOf('video') >= 0) {
constraints.video.optional.push(
{googLeakyBucket: true}