Robin

Results 189 comments of Robin

This is now [MSC3725](https://github.com/matrix-org/matrix-doc/pull/3725)

We should only worry about this if we start using a feature that's not supported by the latest Firefox ESR, really.

@YamatoRyou Could you share what version of Element Web you're using?

How are you muting yourself? Are you using the keyboard shortcut, or clicking the button with the mouse?

Element Web does this, so we could steal the UX from them

I intend to fix this by moving the 'switch camera' button out of the footer and onto the local user's video tile, to match the most recent designs. That will...

Okay, I finally found the MSC that defines how widgets receive events: https://github.com/matrix-org/matrix-spec-proposals/pull/2762 Notably it says, > The client SHOULD only send events which were received by the client after...

Notes from discussion: - Our preferred way to fix this would be to declare that events are not necessarily delivered by the widget API in any particular order. But, we...

That MSC is being superseded by MSC4143, which has no equivalent of m.call. In MatrixRTC, a call exists by virtue of there being some participants (m.rtc.member) joined to it.