From 985af97374ef81f1e6c39f2f999875dc8d3ab23c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 28 Mar 2025 13:13:13 +0000 Subject: [PATCH] Update .well-known/matrix/client for Element Call We were notified by EMS that we should update the contents of our Matrix homeserver client domain data to align with step 4 on https://ems-docs.element.io/link/10 (particularly part 4.2). See https://matrix.org/blog/2025/03/21/this-week-in-matrix-2025-03-21/#dept-of-voip-call-me-hand for additional explanation of the change in their Element Call service. Change-Id: If2bed3ef2376954094cd9811fd80e62a13633472 --- playbooks/roles/gitea/files/matrix-client | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/playbooks/roles/gitea/files/matrix-client b/playbooks/roles/gitea/files/matrix-client index 35efc8c780..20f6d58004 100644 --- a/playbooks/roles/gitea/files/matrix-client +++ b/playbooks/roles/gitea/files/matrix-client @@ -5,7 +5,10 @@ "m.identity_server": { "base_url": "https://vector.im" }, - "org.matrix.msc3575.proxy": { - "url": "https://opendev.ems.host" - } + "org.matrix.msc4143.rtc_foci": [ + { + "type": "livekit", + "livekit_service_url": "https://jwt.call.element.io" + } + ] }