Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-31 20:54:27 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-31 20:54:27 +0300
commit2d5e55725be12e3f20fcd373e04fedcea808e0e3 (patch)
treeb8060ac1c429a55285dc4524fa66e790f8821d44 /docs
parentcc29be9c9e8c990dc93de2ddb6670ef27c7af9d9 (diff)
Reflect the NAT situation a bit better in the TURN docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/TURN.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TURN.md b/docs/TURN.md
index 20047ead7..8b8480ae7 100644
--- a/docs/TURN.md
+++ b/docs/TURN.md
@@ -98,7 +98,7 @@ simple-log
#### 5. Port opening/forwarding
-- The TURN server on `<yourChosenPortNumber>` needs to be accessible for all Talk participants, so you need to open it to the web and if your TURN server is running **behind a NAT**, forward it to the related machine.
+- The TURN server on `<yourChosenPortNumber>` needs to be accessible for all Talk participants, so you need to open it to the web and if your TURN server is running **behind a NAT**, forward it to the related machine. Also make sure to set the [`--external-ip` option](https://github.com/coturn/coturn/wiki/turnserver#options) when your TURN server is in a private networt.
### What else
Nextcloud TalkĀ“s WebRTC handling is still mostly based on the one from the [Spreed.ME](https://www.spreed.me/) WebRTC solution. For this reason, all guides about how to configure coTURN for it, applies to Nextcloud Talk too.