From 6fa6cd2e12f5033a6befbdda8ca8aee3dd066877 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 2 Jun 2021 14:01:43 +0200 Subject: [PATCH] Add template --- doc/DISCLAIMER.md | 14 ++++++++++++++ doc/DISCLAIMER_fr.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 doc/DISCLAIMER.md create mode 100644 doc/DISCLAIMER_fr.md diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..486ec95 --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,14 @@ +## Configuration + +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. +``` +TURN URI : turn::5349 +TURN username: +TURN password: +``` diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..f0e4443 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,14 @@ +## Configuration + +Vous devez installer coTURN à la racine ou un sous-domaine comme `turn.domain.lts` + +How to configure this app: a plain file with SSH. + +## Testing + +Pour les tests, vous pouvez utiliser l'outil de test Trickle-Ice. Accédez à la page [trickle-ice](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice) et entrez les détails suivants. +``` +TURN URI : turn::5349 +TURN username: +TURN password: +```