From 5df4cca133fb291d5c2efdadce1f232e11cef58e Mon Sep 17 00:00:00 2001 From: Katharina Heidenreich Date: Sun, 5 Apr 2026 14:52:37 +0200 Subject: [PATCH] feat: advertise livekit --- config/endpoints/matrix.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/config/endpoints/matrix.nix b/config/endpoints/matrix.nix index fa6ffc6..7135226 100644 --- a/config/endpoints/matrix.nix +++ b/config/endpoints/matrix.nix @@ -50,7 +50,19 @@ in content = { contentType = "application/json"; status = 200; - body = ''{"m.homeserver":{"base_url":"https://${net.devices.remote_proxy.domain}"}}''; + body = '' + { + "m.homeserver": { + "base_url": "https://${net.devices.remote_proxy.domain}" + }, + "org.matrix.msc4143.rtc_foci": [ + { + "type": "livekit", + "livekit_service_url": "https://livekit.${net.devices.remote_proxy.domain}/livekit/jwt" + } + ] + } + ''; }; } ] \ No newline at end of file