From: Joao Mesquita Date: Thu, 20 Aug 2015 23:53:26 +0000 (-0300) Subject: FS-8010 Add hardcoded params X-Git-Tag: v1.6.2~140^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3717e945e3dc5e2e9aba3e1c2be79ab15f2519f3;p=thirdparty%2Ffreeswitch.git FS-8010 Add hardcoded params --- diff --git a/html5/verto/verto_communicator/js/verto-service.js b/html5/verto/verto_communicator/js/verto-service.js index 04a43d2e06..c568792971 100644 --- a/html5/verto/verto_communicator/js/verto-service.js +++ b/html5/verto/verto_communicator/js/verto-service.js @@ -188,7 +188,10 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', minWidth: videoResolution[data.vidQual].width, minHeight: videoResolution[data.vidQual].height, maxWidth: maxWidth, - maxHeight: maxHeight + maxHeight: maxHeight, + minFrameRate: 15, + vertoBestFrameRate: 30 + }; } @@ -549,6 +552,12 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', bar: "yes" }, videoParams: getVideoParams(), + // TODO: Add options for this. + audioParams: { + googAutoGainControl: false, + googNoiseSuppression: false, + googHighpassFilter: false + }, iceServers: data.useSTUN }, callbacks);