From e4377e8df91f8633417f0aef20effafa75ce51fc Mon Sep 17 00:00:00 2001 From: fkwp Date: Tue, 16 Dec 2025 17:03:39 +0100 Subject: [PATCH] add matrix_rtc transport configuration to synapse configs --- backend/dev_homeserver-othersite.yaml | 8 ++++++++ backend/dev_homeserver.yaml | 8 ++++++++ backend/playwright_homeserver-othersite.yaml | 8 ++++++++ backend/playwright_homeserver.yaml | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/backend/dev_homeserver-othersite.yaml b/backend/dev_homeserver-othersite.yaml index 81e775ca..2b20cb5d 100644 --- a/backend/dev_homeserver-othersite.yaml +++ b/backend/dev_homeserver-othersite.yaml @@ -53,6 +53,14 @@ enable_registration_without_verification: true report_stats: false serve_server_wellknown: true +# Definition of MatrixRTC backend +matrix_rtc: + transports: + - type: livekit + livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt" + - type: livekit_multi_sfu + livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt" + # Ratelimiting settings for client actions (registration, login, messaging). # # Each ratelimiting configuration is made of two parameters: diff --git a/backend/dev_homeserver.yaml b/backend/dev_homeserver.yaml index dc7b42c8..f0a98d24 100644 --- a/backend/dev_homeserver.yaml +++ b/backend/dev_homeserver.yaml @@ -53,6 +53,14 @@ enable_registration_without_verification: true report_stats: false serve_server_wellknown: true +# Definition of MatrixRTC backend +matrix_rtc: + transports: + - type: livekit + livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt" + - type: livekit_multi_sfu + livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt" + # Ratelimiting settings for client actions (registration, login, messaging). # # Each ratelimiting configuration is made of two parameters: diff --git a/backend/playwright_homeserver-othersite.yaml b/backend/playwright_homeserver-othersite.yaml index 35640ae9..53d03e43 100644 --- a/backend/playwright_homeserver-othersite.yaml +++ b/backend/playwright_homeserver-othersite.yaml @@ -53,6 +53,14 @@ enable_registration_without_verification: true report_stats: false serve_server_wellknown: true +# Definition of MatrixRTC backend +matrix_rtc: + transports: + - type: livekit + livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt" + - type: livekit_multi_sfu + livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt" + # Ratelimiting settings for client actions (registration, login, messaging). # # Each ratelimiting configuration is made of two parameters: diff --git a/backend/playwright_homeserver.yaml b/backend/playwright_homeserver.yaml index a83247cd..b815ca2e 100644 --- a/backend/playwright_homeserver.yaml +++ b/backend/playwright_homeserver.yaml @@ -53,6 +53,14 @@ enable_registration_without_verification: true report_stats: false serve_server_wellknown: true +# Definition of MatrixRTC backend +matrix_rtc: + transports: + - type: livekit + livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt" + - type: livekit_multi_sfu + livekit_service_url: https://matrix-rtc.m.localhost/livekit/jwt" + # Ratelimiting settings for client actions (registration, login, messaging). # # Each ratelimiting configuration is made of two parameters: