From 9355a8c152d2b267d5fbff26c82a5dd3b031f9b0 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 14 Mar 2025 21:12:11 +0100 Subject: [PATCH] Add LiveKit foci --- values_synapse.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/values_synapse.yaml b/values_synapse.yaml index d177fbf..2f759b9 100644 --- a/values_synapse.yaml +++ b/values_synapse.yaml @@ -101,6 +101,9 @@ wellknown: client: m.homeserver: base_url: "https://matrix.teckids.org" + org.matrix.msc4143.rtc_foci: + - type: livekit + livekit_service_url: "https://livekit.teckids.org" persistence: enabled: false -- GitLab