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: