fix(matrix): use https:// for livekit_url in well-known
Element Call expects livekit_service_url to be an HTTPS endpoint (lk-jwt-service), not a WebSocket URL. The client connects to LiveKit via WSS separately after getting a JWT.
This commit is contained in:
@@ -37,7 +37,7 @@ data:
|
|||||||
[global.well_known]
|
[global.well_known]
|
||||||
client = "https://messages.DOMAIN_SUFFIX"
|
client = "https://messages.DOMAIN_SUFFIX"
|
||||||
server = "messages.DOMAIN_SUFFIX:443"
|
server = "messages.DOMAIN_SUFFIX:443"
|
||||||
livekit_url = "wss://livekit.DOMAIN_SUFFIX"
|
livekit_url = "https://livekit.DOMAIN_SUFFIX"
|
||||||
|
|
||||||
# OIDC via Ory Hydra — identity_provider is configured entirely
|
# OIDC via Ory Hydra — identity_provider is configured entirely
|
||||||
# via env vars because client_id/client_secret are injected from
|
# via env vars because client_id/client_secret are injected from
|
||||||
|
|||||||
Reference in New Issue
Block a user