From 5daff6117cb5826d272944c1fb1efb9c2f72a5db Mon Sep 17 00:00:00 2001 From: Gapodo Date: Mon, 20 Nov 2023 01:13:22 +0100 Subject: [PATCH] stun change --- 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 5b41ef5a..c159d1c5 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:stun.l.google.com:19302", "stun:stun1.l.google.com:19302"] }] + iceServers: [{ urls: ["stun:turn.lp.kle.li:3478", "stuns:turn.kle.li:5349"] }] }); if (this.audioSupport) {