From f8869242c1088a419ad0974b9c786a4ab583c4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 16 Jan 2021 23:16:06 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d1763f..8d528ea 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ sudo yunohost app upgrade coturn -u https://github.com/YunoHost-Apps/coturn_ynh/ ## Testing -For testing we can use Trickle-Ice testing tool. Go to trickle-ice page and enter following details. +For testing we can use Trickle-Ice testing tool. Go to [trickle-ice page](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice) and enter following details. ``` -STUN or TURN URI : turn::3478 +STUN or TURN URI : turn::5349 TURN username: TURN password: ``` From 295057d952d3d05b7eeaf82b703cd8301846f2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 16 Jan 2021 23:17:49 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8d528ea..308fe88 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,15 @@ You need to install TURN server in a root or subdomain like `turn.domain.lts` How to configure this app: a plain file with SSH. +## Testing + +For testing we can use Trickle-Ice testing tool. Go to [trickle-ice page](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice) and enter following details. +``` +STUN or TURN URI : turn::5349 +TURN username: +TURN password: +``` + ## Documentation * Official documentation: https://github.com/coturn/coturn/wiki @@ -58,12 +67,3 @@ sudo yunohost app install https://github.com/YunoHost-Apps/coturn_ynh/tree/testi or sudo yunohost app upgrade coturn -u https://github.com/YunoHost-Apps/coturn_ynh/tree/testing --debug ``` - -## Testing - -For testing we can use Trickle-Ice testing tool. Go to [trickle-ice page](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice) and enter following details. -``` -STUN or TURN URI : turn::5349 -TURN username: -TURN password: -```