Assume reverse proxy setup for janus for http as well

This commit is contained in:
Isaac Connor
2023-05-31 17:01:45 -04:00
parent 0ded374bc3
commit 31d9342918

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