Jeremy Stanley 985af97374 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
2025-03-28 13:13:13 +00:00

15 lines
313 B
Plaintext

{
"m.homeserver": {
"base_url": "https://opendev.ems.host"
},
"m.identity_server": {
"base_url": "https://vector.im"
},
"org.matrix.msc4143.rtc_foci": [
{
"type": "livekit",
"livekit_service_url": "https://jwt.call.element.io"
}
]
}