From 9e761546e79f1ae5bd8533519b4ea8b0e2394f49 Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Fri, 14 Nov 2025 21:22:25 +0100 Subject: [PATCH] Fix TURN server URL - add turn: prefix --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 4647158..8dfa452 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -9,7 +9,7 @@ const RTC_CONFIG = { { urls: 'stun:stun.l.google.com:19302' }, { urls: 'stun:stun1.l.google.com:19302' }, { - urls: 'relay1.expressturn.com:3480', + urls: 'turn:relay1.expressturn.com:3480', username: "ef13B1E5PH265HK1N2", credential: "TTcTPEy3ndxsS0Gp", },