1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +00:00

default to hd for vid

This commit is contained in:
Anthony Minessale 2015-06-18 15:47:41 -05:00
parent 2283270b8b
commit 173c31f38c

@ -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
});