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 @@ ### Add these to docker-compose ### ### 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) + +