mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
default to hd for vid
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
Reference in New Issue
Block a user