Philipp Hancke hace 11 años
padre
commit
d0d7697434
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      libs/strophe/strophe.jingle.adapter.js

+ 1
- 1
libs/strophe/strophe.jingle.adapter.js Ver fichero

585
     }
585
     }
586
     if (constraints.video) {
586
     if (constraints.video) {
587
         constraints.video.optional.push(
587
         constraints.video.optional.push(
588
-            {googNoiseReduction: true}
588
+            {googNoiseReduction: false} // chrome 37 workaround for issue 3807, reenable in M38
589
         );
589
         );
590
         if (um.indexOf('video') >= 0) {
590
         if (um.indexOf('video') >= 0) {
591
             constraints.video.optional.push(
591
             constraints.video.optional.push(

Loading…
Cancelar
Guardar