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