diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-12-24 19:45:28 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-12-24 19:45:28 +0000 |
commit | 0e93e01fcb9ca3d0769a52a19527e74724db58b2 (patch) | |
tree | e5fbb51a32d909246d9ebbefb34e2dcce7e1de25 /README.rst | |
parent | clarify these instructions a media-repo specific (diff) | |
download | synapse-0e93e01fcb9ca3d0769a52a19527e74724db58b2.tar.xz |
spell out that VoIP needs TURN
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 87e0d7c634..92b94bcd7d 100644 --- a/README.rst +++ b/README.rst @@ -108,6 +108,9 @@ To install the synapse homeserver run:: This installs synapse, along with the libraries it uses, into ``$HOME/.local/lib/`` on Linux or ``$HOME/Library/Python/2.7/lib/`` on OSX. +For reliable VoIP calls to be routed via this homeserver, you MUST configure +a TURN server. See docs/turn-howto.rst for details. + Troubleshooting Installation ---------------------------- |