From: Anthony Minessale Date: Thu, 18 Jun 2015 20:47:41 +0000 (-0500) Subject: default to hd for vid X-Git-Tag: v1.6.2~435 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=173c31f38c80af0ab416c884ed3609efd9174b6d;p=thirdparty%2Ffreeswitch.git default to hd for vid --- diff --git a/html5/verto/video_demo/verto.js b/html5/verto/video_demo/verto.js index e01fc40549..886766d073 100644 --- a/html5/verto/video_demo/verto.js +++ b/html5/verto/video_demo/verto.js @@ -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 });