From ba95d059f509660fc51116b7b5e008e808c8df58 Mon Sep 17 00:00:00 2001 From: shommey Date: Mon, 28 Oct 2024 00:20:37 +0100 Subject: [PATCH] Fixed typo in rtc_config_example.json "urls": "turns::5349" changed to "urls": "turn::5349" --- rtc_config_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtc_config_example.json b/rtc_config_example.json index fe34c25..74adca4 100644 --- a/rtc_config_example.json +++ b/rtc_config_example.json @@ -5,7 +5,7 @@ "urls": "stun::3478" }, { - "urls": "turns::5349", + "urls": "turn::5349", "username": "username", "credential": "password" }