Browse Source

Update TURN.md with infos about using username / password instead of the static turnserver secret

merge-requests/234/head
Torsten Flammiger 4 years ago
parent
commit
34fdb3c43b
  1. 6
      TURN.md

6
TURN.md

@ -26,6 +26,12 @@ turn_secret = "" @@ -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

Loading…
Cancel
Save