default the stun box to true in verto
This commit is contained in:
parent
a72c1a7e73
commit
8e473c3c89
|
@ -448,7 +448,7 @@ function init() {
|
|||
});
|
||||
});
|
||||
|
||||
tmp = $.cookie("verto_demo_stun_checked") || "false";
|
||||
tmp = $.cookie("verto_demo_stun_checked") || "true";
|
||||
$.cookie("verto_demo_stun_checked", tmp, {
|
||||
expires: 365
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue