@ -203,7 +207,7 @@ define(['jquery', 'underscore', 'text!partials/settings.html'], function($, _, t
constraints.add(["video","screensharing"],"googLeakyBucket",settings.experimental.videoLeakyBucket&&true);// defaults to false in Chrome
constraints.add(["video","screensharing"],"googLeakyBucket",settings.experimental.videoLeakyBucket&&true);// defaults to false in Chrome
// Removes the noise in the captured video stream at the expense of CPU.
// Removes the noise in the captured video stream at the expense of CPU.
constraints.add(["video","screensharing"],"googNoiseReduction",settings.experimental.videoNoiseReduction&&true);// defaults to false in Chrome
constraints.add(["video","screensharing"],"googNoiseReduction",settings.experimental.videoNoiseReduction&&true);// defaults to false in Chrome
constraints.add(["video", "screensharing"],"googCpuOveruseDetection",settings.experimental.videoCpuOveruseDetection&&true)// defaults to true in Chrome
constraints.add("pc","googCpuOveruseDetection",settings.experimental.videoCpuOveruseDetection&&true);// defaults to true in Chrome