From 3ce6e909ddb5867151022c073410619fdaefc512 Mon Sep 17 00:00:00 2001 From: stratself Date: Sat, 21 Feb 2026 16:53:19 +0000 Subject: [PATCH] docs: apply changes from feedback turn all the things into LiveKit --- docs/calls/livekit.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/calls/livekit.mdx b/docs/calls/livekit.mdx index e67658ce8..ab828115b 100644 --- a/docs/calls/livekit.mdx +++ b/docs/calls/livekit.mdx @@ -211,11 +211,7 @@ To improve LiveKit's reliability, you can configure it to use your coturn server Generate a long random secret for LiveKit, and add it to your coturn config under the `static-auth-secret` option. You can add as many secrets as you want, so set a different one for each thing using your TURN server. -<<<<<<< HEAD Then configure LiveKit, making sure to replace `COTURN_SECRET` with the ones you generated: -======= -Then configure livekit, making sure to replace `COTURN_SECRET` with the ones you generated: ->>>>>>> a462db2 (docs: replace personal links and small fixes in docs for Livekit TURN) ```yaml # livekit.yaml @@ -294,7 +290,7 @@ When deploying on servers with disabled federation (`enable_registration = false Guides: - [Element Call self-hosting documentation](https://github.com/element-hq/element-call/blob/livekit/docs/self-hosting.md) -- [Community guide with overview of Livekit's mechanisms](https://tomfos.tr/matrix/livekit/) +- [Community guide with overview of LiveKit's mechanisms](https://tomfos.tr/matrix/livekit/) - [Community guide using systemd](https://blog.kimiblock.top/2024/12/24/hosting-element-call/) Specifications: