summaryrefslogtreecommitdiff
path: root/content/coturn.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-05-11 14:34:50 +0000
committerGitHub <noreply@github.com>2023-05-11 14:34:50 +0000
commitcb9eda82898a65e9ca232456b30ba7ff48469d82 (patch)
treed83797cae5d86c27940c6fed62c1abdbad98545d /content/coturn.md
parent76d458886e27d37c3aa54bc156041b57ff33803f (diff)
parent46a8ff50ef16904e1a5140550a11616c38f6cbcb (diff)
Merge pull request #265 from AleDenshi/master
Added Dendrite guide, added voice and video calling guide to Prosody,…
Diffstat (limited to 'content/coturn.md')
-rw-r--r--content/coturn.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/coturn.md b/content/coturn.md
index 614b87c..b49c47c 100644
--- a/content/coturn.md
+++ b/content/coturn.md
@@ -102,6 +102,11 @@ systemctl restart coturn
At this stage, you should look in your application's own guide on how to set the TURN and STUN server settings. Configure it to point at **turn.example.org** and use either your **username and password pair** or your super-secure **authentication secret.**
+- [How to configure TURN on ejabberd](/ejabberd#voice-and-video-calls)
+- [How to configure TURN on Prosody](/prosody#voice-and-video-calls)
+- [How to configure TURN on Matrix Synapse](/matrix#voice-and-video-calls)
+- [How to configure TURN on Matrix Dendrite](/dendrite#voice-and-video-calls)
+
Congratulations! You've successfully setup a Coturn server!
---