]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8641 hard code to 15 for now until this is complete
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 10 Dec 2015 00:22:10 +0000 (18:22 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 10 Dec 2015 00:22:10 +0000 (18:22 -0600)
html5/verto/verto_communicator/src/vertoService/services/vertoService.js

index 3b2c01758a95a18b6303bd69dbbf6e9023e3e876..6b3629b32f106ebc352715453102b098ed312801 100644 (file)
@@ -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) {