feat: Add config option for livekit

This adds a new config option under `global.well_known` for livekit
server URLs.  It also updates the well_known client API endpoint to
return this list.

Closes #1355
This commit is contained in:
Chris W Jones
2026-02-11 23:28:54 -05:00
committed by Ellis Git
parent abc0683d59
commit 5506997ca0
3 changed files with 31 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ pub(crate) async fn well_known_client(
identity_server: None,
sliding_sync_proxy: Some(SlidingSyncProxyInfo { url: client_url }),
tile_server: None,
rtc_foci: services.config.well_known.rtc_focus_server_urls.clone(),
})
}