From be8e3772c14813ad46c9c671fe64f66d010dd9b2 Mon Sep 17 00:00:00 2001 From: stratself Date: Sat, 21 Feb 2026 02:43:05 +0000 Subject: [PATCH] docs: rework Related Documentation section for livekit page * separate links into categories in order of importance: guides, specs, source codes * add short description to included community guides * add Element Call, lk-jwt-service, and the livekit MSCs too --- docs/calls/livekit.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/calls/livekit.mdx b/docs/calls/livekit.mdx index 02c4fbd3c..4415f9e8f 100644 --- a/docs/calls/livekit.mdx +++ b/docs/calls/livekit.mdx @@ -276,13 +276,10 @@ curl -X POST -d @payload.json https://livekit.example.com/get_token ``` The JWT service will respond with a `jwt` token. Use this token to test at the [LiveKit Connection Tester](https://livekit.io/connection-test) - if everything works there, then you have set up LiveKit successfully! -<<<<<<< HEAD ## Caveats When deploying on servers with disabled federation (`enable_registration = false`), Livekit will fail as it can't fetch the required [OpenID endpoint](https://spec.matrix.org/v1.17/server-server-api/#get_matrixfederationv1openiduserinfo) via federation paths. You can find a workaround for this limitation [here](https://forgejo.ellis.link/continuwuation/continuwuity/issues/1440). -======= ->>>>>>> 5244c55 (docs: apply changes from feedback) ## Caveats @@ -293,13 +290,8 @@ 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) -<<<<<<< HEAD - [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/) -======= -- [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/) ->>>>>>> 5244c55 (docs: apply changes from feedback) Specifications: