summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEPLOY.md5
-rw-r--r--TURN.md4
2 files changed, 6 insertions, 3 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 8259b3f..eecf513 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -245,10 +245,13 @@ $ curl https://your.server.name:8448/_matrix/client/versions
```
- To check if your server can talk with other homeservers, you can use the [Matrix Federation Tester](https://federationtester.matrix.org/)
-- If you want to set up an appservice, take a look at the [Appservice Guide](APPSERVICES.md).
# What's next?
## Audio/Video calls
For Audio/Video call functionality see the [TURN Guide](TURN.md).
+
+## Appservices
+
+If you want to set up an appservice, take a look at the [Appservice Guide](APPSERVICES.md).
diff --git a/TURN.md b/TURN.md
index ed96295..63c1e99 100644
--- a/TURN.md
+++ b/TURN.md
@@ -8,8 +8,8 @@
```
# Refer to your Coturn settings.
-# `server.name` has to match the REALM setting of your Coturn as well as `transport`.
-turn_uris = ["turn:server.name?transport=udp", "turn:server.name?transport=tcp"]
+# `your.turn.url` has to match the REALM setting of your Coturn as well as `transport`.
+turn_uris = ["turn:your.turn.url?transport=udp", "turn:your.turn.url?transport=tcp"]
# static-auth-secret of your turnserver
turn_secret = "ADD SECRET HERE"