remove livekit.livekit_service_url from sample config since SFU foci should be announced by homeserver's well-known

This commit is contained in:
fkwp
2024-11-06 19:53:12 +01:00
parent 4705ab4218
commit 4877474b7d

View File

@@ -5,9 +5,6 @@
"server_name": "synapse.localhost" "server_name": "synapse.localhost"
} }
}, },
"livekit": {
"livekit_service_url": "http://localhost:8080"
},
"features": { "features": {
"feature_use_device_session_member_events": true "feature_use_device_session_member_events": true
}, },