From 2f1f2bea29a4e1ec8f1b17e710c6a42e997ed446 Mon Sep 17 00:00:00 2001 From: Garpur <10870361-garpr@users.noreply.gitlab.com> Date: Mon, 15 Sep 2025 01:28:38 +0000 Subject: [PATCH] Make turn config consistent using global identifier --- docs/turn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/turn.md b/docs/turn.md index 3db309cc..d93298d8 100644 --- a/docs/turn.md +++ b/docs/turn.md @@ -7,7 +7,7 @@ ## Edit/Add a few settings to your existing conduit.toml ``` -[turn] +[global.turn] # Refer to your Coturn settings. # `your.turn.url` has to match the REALM setting of your Coturn as well as `transport`. uris = ["turn:your.turn.url?transport=udp", "turn:your.turn.url?transport=tcp"]