Assume reverse proxy setup for janus for http as well

pull/3718/head
Isaac Connor 2023-05-31 17:01:45 -04:00
parent 0ded374bc3
commit 31d9342918
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ function MonitorStream(monitorData) {
// Assume reverse proxy setup for now
server = "https://" + window.location.hostname + "/janus";
} else {
server = "http://" + window.location.hostname + ":8088/janus";
server = "http://" + window.location.hostname + "/janus";
}
if (janus == null) {