From fc106775a0411abab8915c9ff56e88964bd555d3 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 10 Feb 2026 14:03:50 -0500 Subject: [PATCH] fix service url --- public/.well-known/matrix/client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client index b86ad8e..b0a1d56 100644 --- a/public/.well-known/matrix/client +++ b/public/.well-known/matrix/client @@ -8,7 +8,7 @@ "org.matrix.msc4143.rtc_foci": [ { "type": "livekit", - "livekit_service_url": "https://call.federated.nexus/livekit/sfu" + "livekit_service_url": "https://lk-jwt.call.federated.nexus" } ] }