mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 18:45:52 +03:00
spell out that VoIP needs TURN
This commit is contained in:
parent
1eb319806b
commit
0e93e01fcb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
----------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue