diff options
author | Devaev Maxim <[email protected]> | 2021-06-09 22:26:54 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-06-09 22:26:54 +0300 |
commit | ec402ef69a9b41401b0b8868e04a5731bca222d4 (patch) | |
tree | 83fb20f48c53b5fc62bbf7ab86f6b111bcd2832b /web | |
parent | 6489b2f63e3c0c3181f1356af6f7fb3a8e98a8a2 (diff) |
janus ipv6
Diffstat (limited to 'web')
-rw-r--r-- | web/share/js/kvm/stream.js | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |