Adapt MSC4143 rtc_foci support to Ruma types. (e1f89b69ea)

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-11-03 22:27:02 +00:00
parent dd50a4cb0b
commit 4363ed6ec3
4 changed files with 38 additions and 54 deletions

View File

@@ -190,8 +190,7 @@ pub fn build(router: Router<State>, server: &Server) -> Router<State> {
get(client::get_room_summary_legacy)
)
.ruma_route(&client::well_known_support)
// this is the only thing currently needed to support Element Video Rooms / Calls.
.route("/.well-known/matrix/client", get(client::well_known_client))
.ruma_route(&client::well_known_client)
.route("/_tuwunel/server_version", get(client::tuwunel_server_version))
.ruma_route(&client::room_initial_sync_route)
.route("/client/server.json", get(client::syncv3_client_server_json));