From 34fdb3c43baf7909269897554d92093e851ae1df Mon Sep 17 00:00:00 2001 From: Torsten Flammiger Date: Sat, 18 Dec 2021 12:18:32 +0000 Subject: [PATCH] Update TURN.md with infos about using username / password instead of the static turnserver secret --- TURN.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TURN.md b/TURN.md index 9251283..847167c 100644 --- a/TURN.md +++ b/TURN.md @@ -26,6 +26,12 @@ turn_secret = "" # the default turn_ttl = 86400 # 1 Day + +# If you have your TURN server configured to use a username and password +# you can provide these information too. In this case comment out +# turn_secret above! +#turn_username = "" +#turn_password = "" ``` ## Apply setting