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:
parent
abc0683d59
commit
5506997ca0
3 changed files with 31 additions and 1 deletions
|
|
@ -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(),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue