From 4877474b7d7fdb75d92e713f266ab7076ffbfb54 Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 6 Nov 2024 19:53:12 +0100 Subject: [PATCH] remove livekit.livekit_service_url from sample config since SFU foci should be announced by homeserver's well-known --- config/config.sample.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/config.sample.json b/config/config.sample.json index 76f42050..80d774c8 100644 --- a/config/config.sample.json +++ b/config/config.sample.json @@ -5,9 +5,6 @@ "server_name": "synapse.localhost" } }, - "livekit": { - "livekit_service_url": "http://localhost:8080" - }, "features": { "feature_use_device_session_member_events": true },