matrix clients: update well-known endpoints for new element call

Per EMS support, updating these to allow clients to use
the new element call setup.

See:
https://matrix.org/blog/2025/03/21/this-week-in-matrix-2025-03-21/#dept-of-voip-call-me-hand
and
https://ems-docs.element.io/books/element-cloud-documentation/page/ems-server-with-custom-domain

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-03-28 09:53:45 -07:00
parent df246f9ffc
commit 1d882f1aee
2 changed files with 13 additions and 4 deletions

View file

@ -4,5 +4,11 @@
},
"m.identity_server": {
"base_url": "https://vector.im"
}
},
"org.matrix.msc4143.rtc_foci": [
{
"type": "livekit",
"livekit_service_url": "https://jwt.call.element.io"
}
]
}

View file

@ -5,7 +5,10 @@
"m.identity_server": {
"base_url": "https://vector.im"
},
"org.matrix.msc3575.proxy": {
"url": "https://fedoraproject.ems.host"
}
"org.matrix.msc4143.rtc_foci": [
{
"type": "livekit",
"livekit_service_url": "https://jwt.call.element.io"
}
]
}