janus ipv6

This commit is contained in:
Devaev Maxim
2021-06-09 22:26:54 +03:00
parent 6489b2f63e
commit ec402ef69a
3 changed files with 4 additions and 1 deletions

View File

@@ -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) {