From 8e851b81eed26ed193abbac55e028727d5b5c416 Mon Sep 17 00:00:00 2001 From: topterrorist Date: Sun, 20 Sep 2026 18:58:10 +0200 Subject: [PATCH] matrix/configs/homeserver.yaml bijwerken --- matrix/configs/homeserver.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/matrix/configs/homeserver.yaml b/matrix/configs/homeserver.yaml index 7bfb600..b789b8c 100644 --- a/matrix/configs/homeserver.yaml +++ b/matrix/configs/homeserver.yaml @@ -42,5 +42,12 @@ database: - names: [federation] compress: false +matrix_rtc: + transports: + - type: livekit + url: "wss://matrixrtc.{YOURDOMAIN.COM}" + livekit_service_url: "https://jwt.matrixrtc.{YOURDOMAIN.COM}" + + #there are regirstration options somewhere just skim over the whole file these are mainly the important settings # theres email settings too somewhere theres also a list of experimental features you can activate its somehwere in the github or sm