mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-01 22:33:48 +00:00
default to hd for vid
This commit is contained in:
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, {
|
$.cookie("verto_demo_vqual", vqual, {
|
||||||
expires: 365
|
expires: 365
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user