diff --git a/src/webpage/voice.ts b/src/webpage/voice.ts index e0840ae..3bd9bb9 100644 --- a/src/webpage/voice.ts +++ b/src/webpage/voice.ts @@ -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();