From ec402ef69a9b41401b0b8868e04a5731bca222d4 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Wed, 9 Jun 2021 22:26:54 +0300 Subject: janus ipv6 --- web/share/js/kvm/stream.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/share/js') diff --git a/web/share/js/kvm/stream.js b/web/share/js/kvm/stream.js index a734e8df..679f21ae 100644 --- a/web/share/js/kvm/stream.js +++ b/web/share/js/kvm/stream.js @@ -74,6 +74,7 @@ function _JanusStreamer(__setActive, __setInactive, __setInfo) { __logInfo("Starting Janus ..."); __janus = new _Janus({ server: `${tools.https ? "wss" : "ws"}://${location.host}/janus/ws`, + ipv6: true, destroyOnUnload: false, success: __attachJanus, error: function(error) { -- cgit v1.2.3