From dff1406f8ba14f825b1c1dfc6af56c0277330ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Mon, 16 Dec 2019 09:42:17 -0500 Subject: [PATCH] Update 3.6 Setup your own TURN server --- technical/3.6-Setup-your-own-TURN-server.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/technical/3.6-Setup-your-own-TURN-server.md b/technical/3.6-Setup-your-own-TURN-server.md index 3138f647..eb77a44e 100644 --- a/technical/3.6-Setup-your-own-TURN-server.md +++ b/technical/3.6-Setup-your-own-TURN-server.md @@ -1,5 +1,7 @@ -Ring can be configured to use TURN or STUN servers (`RFC5766 `_) to establish a connection between two peers. +Jami can be configured to use TURN or STUN servers (`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 `_ server. There are other TURN/STUN server implementations available under a free license. See `TurnServer `_ and `Restund `_.