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
This commit is contained in:
Jeremy Stanley 2025-03-28 13:13:13 +00:00
parent 8ca9356f9f
commit 985af97374

View File

@ -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"
}
]
}