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