From 091ac83fd7d9175821b0fcc59040d05e2423f3cc Mon Sep 17 00:00:00 2001 From: Gapodo Date: Tue, 21 Nov 2023 16:47:36 +0100 Subject: [PATCH] remove stuns --- shared/js/connection/rtc/Connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/js/connection/rtc/Connection.ts b/shared/js/connection/rtc/Connection.ts index c159d1c5..d45b1885 100644 --- a/shared/js/connection/rtc/Connection.ts +++ b/shared/js/connection/rtc/Connection.ts @@ -895,7 +895,7 @@ export class RTCConnection { this.peer = new RTCPeerConnection({ bundlePolicy: "max-bundle", rtcpMuxPolicy: "require", - iceServers: [{ urls: ["stun:turn.lp.kle.li:3478", "stuns:turn.kle.li:5349"] }] + iceServers: [{ urls: ["stun:turn.lp.kle.li:3478"] }] }); if (this.audioSupport) {