Will Hunt
Will Hunt
Presently anyone who enables Element Call via `feature_group_calls` can start an Element Call, but that is not enough to *actually* succeed. You need to have a foci configured on your...
If only because it would save the next person a hour researching into the 401 errors when using Synapse with reasonably hardened configs, ultimately caused by https://github.com/matrix-org/matrix-spec/issues/2254 and https://github.com/ruma/ruma/issues/380.
This implements MSC4143's backend endpoint for transports, and uses https://github.com/matrix-org/matrix-js-sdk/pull/5104 to handle it. This changes makeTransport to: - Try *all* listed transports, not just the first livekit one. - Test...
Not *everyone* loves a keyboard shortcut, so allow disabling them if you are not a fan.
### Steps to reproduce 1. Start a screenshare in a group call (on SPA) 2. Screenshare starts as normal and works for a few minutes 3. Notice after some time...
Fixes #3594 This adds a new settings type that is per-userId, that tracks settings you've applied to another user and retains them for the next call. TODO: Need to think...
### Your use case #### What would you like to do? Right now when someone stops sharing a screen (like @lampholder), we don't hear any audio identification of it. ####...
### Your use case #### What would you like to do? Currently, calls using the embedded version of Element Call use the default set of options for `matrix_rtc_session`. This means...
### Steps to reproduce 1. Attempt to join a call. 2. Browser fails to complete the open_id auth dance because of some terminal error (e.g. spotty internet connection) ### Outcome...
### Steps to reproduce 1. Have a homeserver without MSC4140 (delayed events) enabled. 2. Try to start or join a call. 3. Call fails with "Connection lost - You were...