mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
janus ipv6
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user