use WSS (hack fix)

This commit is contained in:
MathMan05
2025-12-01 18:12:25 -06:00
parent 7db00ecd31
commit 107feb18fc
+1 -1
View File
@@ -1308,7 +1308,7 @@ a=rtcp-mux\r`;
}
}
const ws = new WebSocket(("ws://" + this.urlobj.url) as string);
const ws = new WebSocket(("wss://" + this.urlobj.url) as string);
this.ws = ws;
ws.onclose = () => {
this.leave();