From aff0a96f157c86d41087c7e55dbdfb757d52c893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=B0=D0=B1?= =?UTF-8?q?=D1=83=D1=88=D0=BA=D0=B8=D0=BD?= Date: Fri, 28 Mar 2025 22:14:40 +0100 Subject: [PATCH] removed stun --- .../app/player/web/assist/AssistManager.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/app/player/web/assist/AssistManager.ts b/frontend/app/player/web/assist/AssistManager.ts index ba30931a9..655095600 100644 --- a/frontend/app/player/web/assist/AssistManager.ts +++ b/frontend/app/player/web/assist/AssistManager.ts @@ -369,15 +369,15 @@ export default class AssistManager { return this.config; } return [ - { - urls: [ - 'stun:stun.l.google.com:19302', - 'stun:stun1.l.google.com:19302', - 'stun:stun2.l.google.com:19302', - 'stun:stun3.l.google.com:19302', - 'stun:stun4.l.google.com:19302', - ], - }, + // { + // urls: [ + // 'stun:stun.l.google.com:19302', + // 'stun:stun1.l.google.com:19302', + // 'stun:stun2.l.google.com:19302', + // 'stun:stun3.l.google.com:19302', + // 'stun:stun4.l.google.com:19302', + // ], + // }, { urls: 'turn:global.relay.metered.ca:443', username: 'e63d65356e9516340ab2199d',