Update 3.6 Setup your own TURN server

This commit is contained in:
Sébastien Blin 2019-12-16 09:42:17 -05:00
parent a6adfc8ddd
commit dff1406f8b
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Ring can be configured to use TURN or STUN servers (`RFC5766 <https://tools.ietf.org/html/rfc5766>`_) to establish a connection between two peers.
Jami can be configured to use TURN or STUN servers (`RFC5766 <https://tools.ietf.org/html/rfc5766>`_) to establish a connection between two peers.
The default TURN server is "turn.jami.net", username "ring", password "ring", realm "ring"
In this guide, we will setup a `coturn <https://github.com/coturn/coturn>`_ server. There are other TURN/STUN server implementations available under a free license. See `TurnServer <http://turnserver.sourceforge.net/>`_ and `Restund <http://www.creytiv.com/restund.html>`_.