matrix-org / matrix-spec-proposals

Proposals for changes to the matrix specification
Apache License 2.0
1.01k stars 379 forks source link

MSC4075: MatrixRTC Call Ringing #4075

Open toger5 opened 12 months ago

toger5 commented 12 months ago

Rendered

Implementations: ElementWeb sending rings: https://github.com/matrix-org/matrix-react-sdk/pull/11870 ElementWeb ringing: https://github.com/matrix-org/matrix-react-sdk/pull/11870

Ruma notify event support: https://github.com/ruma/ruma/pull/1704

ElementX android sending rings: Done ElementX android ringing: Done

ElementX ios sending rings: Done ElementX ios ringing: Done

Extensible events fallback

uhoreg commented 9 months ago

@toger5 You've added some implementations in the PR description. Do these implement the MSC in full, or are there parts of the MSC that are still lacking implementation?

toger5 commented 9 months ago

Yes it's implemented in full. At least on the platforms shown in the description (EW).

There are optional configurations that are still missing. (Allowing to send a notification to a specific subset of users) but the API for this is already part of the SDK. There is no ui for this however and we are not sure we want that in EW.