MatrixRTC native support checklist #1432
Labels
No labels
Abandoned
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
bob the builder
No milestone
No project
No assignees
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#1432
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MatrixRTC: MSC4143 (rendered)
I could at least help getting some confit options in to populate the .well-known responses with the rtc info :)
I think .well-known isn't meant to be used for MatrixRTC anymore, though Element Call still uses it? So the new endpoint needs to be implemented also?
@Henry-Hiles wrote in #1432 (comment):
Then what’s the endpoint for the application info?
I thought that was still going to be in the well-known somewhere.
I couldn’t find it from skimming the MSC
@benbot wrote in #1432 (comment):
Looks like
/_matrix/client/v1/rtc/transportshttps://github.com/matrix-org/matrix-spec-proposals/blob/toger5/matrixRTC/proposals/4143-matrix-rtc.md#discovery-of-rtc-transports
That’s for the RTC transports, not the RTC application types.
github.com/matrix-org/matrix-spec-proposals@7907635a54/proposals/4143-matrix-rtc.md (matrixrtc-application-types)There's also MSC4407: Sticky Events (widget-api), used by services like https://github.com/SultanAlburaq/matrix-element-call-musicbot
@benbot RTC application types are client controlled, the server has nothing to do with them.
@Beanie That's in the widget spec, which should be implemented by clients and widget SDKs, not servers.
As announced in https://matrix.org/blog/2026/06/19/this-week-in-matrix-2026-06-19, Element Call will soon default to using the Multi-SFU approach, which as far as I can tell needs Sticky Events to work.
This change would mean that any users on a c10y homeserver could no longer join other's calls by default (the people already in the call would need to "downgrade" the call). This would be a rather big annoyance.
While I`d love to send patches for Sticky Events, I have no idea about rust. That's why I'm asking if anyone could look into implementing Sticky Events in c10y (and look at the PRs for Delayed Events #1799 and #1840).
@Crazy_Nicc wrote in #1432 (comment):
Sticky Events are implemented client-side, not server-side AFAIK. No support should be needed from Continuwuity.EDIT: Nevermind, I got confused by MSC4407 vs MSC4354.
@Henry-Hiles wrote in #1432 (comment):
Sticky Events definitely need Server Support, see the Proposal and also the Synapse PR
Element forcing unstable and nowhere near close to FCP proposals into production yet again, what a surprise. I've seen this one play out before.
Even if we start implementing it now, it probably won't be ready by the time they make their next release. We're also on a feature freeze for 0.5.X, which means everyone would be forced to use the new alpha releases, which bring huge changes that we're still testing in our own right (and many servers aren't comfortable using non-release versions anyway).
After re-reading the sticky events proposal, it probably won't be too difficult to actually implement them locally, but sending them over federation will depend on the federation sender rewrite, which is currently still in the planning phase and has no ETA.
I asked in the Element-Call repo (see here: https://github.com/element-hq/element-call/pull/4066#discussion_r3480011546)
The Multi-SFU change will therefore not require Sticky Events.
There was now clarification in the newest TWIM-Post (https://matrix.org/blog/2026/06/26/this-week-in-matrix-2026-06-26/)