From: Anthony Minessale Date: Thu, 10 Dec 2015 00:22:10 +0000 (-0600) Subject: FS-8641 hard code to 15 for now until this is complete X-Git-Tag: v1.6.6~1^2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c529442772e533eeadd8249920a22f69a83c2f;p=thirdparty%2Ffreeswitch.git FS-8641 hard code to 15 for now until this is complete --- diff --git a/html5/verto/verto_communicator/src/vertoService/services/vertoService.js b/html5/verto/verto_communicator/src/vertoService/services/vertoService.js index 3b2c01758a..6b3629b32f 100644 --- a/html5/verto/verto_communicator/src/vertoService/services/vertoService.js +++ b/html5/verto/verto_communicator/src/vertoService/services/vertoService.js @@ -342,7 +342,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora maxWidth: w, maxHeight: h, minFrameRate: 15, - vertoBestFrameRate: 30 + vertoBestFrameRate: 15 }); videoQuality.forEach(function(qual){ if (w === qual.width && h === qual.height) {