]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
default to hd for vid
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 18 Jun 2015 20:47:41 +0000 (15:47 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 18 Jun 2015 20:47:51 +0000 (15:47 -0500)
html5/verto/video_demo/verto.js

index e01fc405493095cf4e06c2310e881899aba07900..886766d0731f2fa0c6981121f71accf961c4ad82 100644 (file)
@@ -1040,7 +1040,7 @@ function init() {
     });
 //
 
-    vqual = $.cookie("verto_demo_vqual") || "qvga";
+    vqual = $.cookie("verto_demo_vqual") || "hd";
     $.cookie("verto_demo_vqual", vqual, {
         expires: 365
     });