From 30a540d8bc7db1ba9f72c38448b3d69f2597cd34 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 | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/calls/livekit.mdx b/docs/calls/livekit.mdx index c98678c56..118970b60 100644 --- a/docs/calls/livekit.mdx +++ b/docs/calls/livekit.mdx @@ -232,9 +232,23 @@ turn: ### Related Documentation -- [LiveKit GitHub](https://github.com/livekit/livekit) -- [LiveKit Connection Tester](https://livekit.io/connection-test) - use with the token returned by `/sfu/get` or `/get_token` -- [MatrixRTC proposal](https://half-shot.github.io/msc-crafter/#msc/4143) -- [Synapse documentation](https://github.com/element-hq/element-call/blob/livekit/docs/self-hosting.md) -- [Community guide](https://tomfos.tr/matrix/livekit/) -- [Community guide](https://blog.kimiblock.top/2024/12/24/hosting-element-call/) +For testing, use the [LiveKit Connection Tester](https://livekit.io/connection-test) with the token returned by `/sfu/get` or `/get_token` + +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 (using systemd)](https://blog.kimiblock.top/2024/12/24/hosting-element-call/) + +Specifications: + +- [MatrixRTC proposal](https://github.com/matrix-org/matrix-spec-proposals/pull/4143) +- [Livekit proposal](https://github.com/matrix-org/matrix-spec-proposals/pull/4195) + +Source codes: + +- [Element Call](https://github.com/element-hq/element-call) +- [lk-jwt-service](https://github.com/element-hq/lk-jwt-service) +- [LiveKit server](https://github.com/livekit/livekit) + +