From: Anthony Minessale Date: Thu, 23 Apr 2015 15:52:21 +0000 (-0500) Subject: FS-7509: comment audio params X-Git-Tag: v1.6.2~614^2~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f08daf18116a8ef2816104ab7401f5f779aa956c;p=thirdparty%2Ffreeswitch.git FS-7509: comment audio params --- diff --git a/html5/verto/video_demo/verto.js b/html5/verto/video_demo/verto.js index 535854410c..a5caa55408 100644 --- a/html5/verto/video_demo/verto.js +++ b/html5/verto/video_demo/verto.js @@ -1164,11 +1164,12 @@ function init() { //chromeMediaSource: 'screen', //mediaSource: 'screen' }, - audioParams: { - googAutoGainControl: false, - googNoiseSuppression: true, - googHighpassFilter: true - }, +// audioParams: { +// googAutoGainControl: false, +// googNoiseSuppression: false, +// googHighpassFilter: false +// }, + iceServers: $("#use_stun").is(':checked') },callbacks);