mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 07:14:06 +00:00
use WSS (hack fix)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user