summary refs log tree commit diff
path: root/docs/turn-howto.rst
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-09-25 17:21:14 +0100
committerDavid Baker <dbkr@matrix.org>2014-09-25 17:21:52 +0100
commit6e72ee62aed7d4875282ed21b281c3d8223e6f5a (patch)
tree0e6ae25d7d0c253aff499ec997c7a8fd65669af5 /docs/turn-howto.rst
parentMerge branch 'deletions' of github.com:matrix-org/synapse into develop (diff)
downloadsynapse-6e72ee62aed7d4875282ed21b281c3d8223e6f5a.tar.xz
Add realm to coturn options (it needs it).
Diffstat (limited to '')
-rw-r--r--docs/turn-howto.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/turn-howto.rst b/docs/turn-howto.rst
index 4f097c391e..2cb0c4170d 100644
--- a/docs/turn-howto.rst
+++ b/docs/turn-howto.rst
@@ -34,11 +34,12 @@ coturn Setup
 
  4. Make a config file in /etc/turnserver.conf. You can customise
     a config file from turnserver.conf.default. The relevant
-    lines are::
+    lines, with example values, are::
 
       lt-cred-mech
       use-auth-secret
       static-auth-secret=[your secret key here]
+      realm=turn.myserver.org
 
     See turnserver.conf.default for explanations of the options.
     One way to generate the static-auth-secret is with pwgen::