Timo K.
17d9d19c91
ObservableScope -> testScope
2026-08-28 15:32:59 +02:00
Timo K.
3d37abf490
merge two tests
2026-08-28 15:31:23 +02:00
Timo K.
92f504d886
remove oldest membership mocking
2026-08-28 15:29:16 +02:00
Timo K.
b0d098e065
Merge branch 'main' into toger5/add-key-rotation-participant-limit
2026-08-28 15:27:43 +02:00
Robin
ede29bdf1b
Remove MatrixRTC legacy mode
...
This is the mode in which we sent membership events with the 'oldest membership' transport selection algorithm, which stopped being the default back in version 0.21.0. Users will no longer be able to select this mode in developer settings, and admins will no longer be able to select legacy mode through the config either. The app will still continue to support *receiving* membership events with the 'oldest membership' transport selection algorithm from others, however.
2026-08-26 19:51:12 +02:00
Robin
21ca382306
Fix tests
2026-08-26 19:14:19 +02:00
Robin
0443ef55d1
Remove feature_use_device_session_member_events
...
Support for events with an array of memberships from different devices was removed over a year ago in matrix-js-sdk ffd3c9575e9def576739baf6b1dc329b0db55c0c.
2026-08-26 17:05:38 +02:00
Timo K.
5399f14012
add tests
2026-08-25 22:43:15 +02:00
Robin
1c03ad335c
Hide reactions interface in PiP mode
2026-08-19 17:44:45 +02:00
Robin
a1b37bb3c9
Performance: Ignore redundant layout updates
...
When someone starts or stops speaking, the layout will often be recomputed only to find out that there is ultimately no layout change. We can ignore these redundant updates to avoid re-rendering the InCallView and Grid components, which are relatively slow.
For that specific, common case, this reduces JS CPU usage by as much as 70% in my testing.
2026-08-18 08:42:59 +02:00
Timo K.
9857ed53e3
Add key roatation limit to config.json
2026-08-17 11:17:22 +02:00
Timo K.
0aa9d94826
add key rotation debug information
2026-08-17 11:17:22 +02:00
Robin
c0d5f2d470
Merge branch 'livekit' into more-more-performance
2026-08-17 11:12:17 +02:00
Robin
7ca68fb5bd
Merge branch 'livekit' into valere/rtc/remove_well_known_fallback
2026-08-11 12:29:36 +02:00
Timo
72e7e0f406
Merge pull request #3736 from emmick4/livekit
...
feat: advanced media quality settings UI and config-driven defaults
2026-08-11 12:27:12 +02:00
Robin
7ca8059b0f
Remove unused access token mocks
2026-08-10 17:10:31 +02:00
Timo K.
29ea90f800
add rageshake metadata and log
2026-08-10 15:48:53 +02:00
Robin
426ea30fe1
Remove all references to .well-known transport advertisement
2026-08-10 15:10:49 +02:00
Robin
7d6a0da6a9
Remove outdated tests
2026-08-10 14:33:14 +02:00
Robin
ea31f073a7
Merge branch 'valere/widget_rtc_transport_action' into valere/rtc/remove_well_known_fallback
2026-08-10 14:32:44 +02:00
Robin
341c508a42
Remove outdated tests
2026-08-10 13:22:37 +02:00
Robin
14fd8c179b
Fix formatting
2026-08-10 12:55:29 +02:00
Ryan Emmick
f7cf674152
Merge remote-tracking branch 'upstream/livekit' into livekit
2026-08-05 11:55:38 -05:00
Valere
9d5ca297e3
Remove well-known discovery
2026-08-05 16:12:41 +02:00
Robin
33fc8997f8
Performance: Use a shared timer for polling RTP stats
...
This is now only relevant in case the user has enabled the developer option to show advanced media statistics, but still an easy performance fix.
2026-08-05 11:18:25 +02:00
Robin
8aead74ab9
Performance: Lower the RTP stats refresh interval
...
Because we no longer use it for computing the fit to frame setting; it's only for developer tools.
2026-08-05 11:18:22 +02:00
Robin
1e128c4da0
Performance: Fit video to frame without polling RTP stats
...
It turns out that the timers which repeatedly poll the RTP stats of each video track all run independently of each other and can add up to a small but constant sink of CPU. Meanwhile we can replace these timers with HTMLVideoElement 'resize' event listeners, which is way more efficient and reacts instantly to orientation changes.
2026-08-05 11:18:22 +02:00
Valere
ffb6b0a5f6
Use rtc transport action with widgets
2026-07-30 10:43:09 +02:00
Robin
5a96d1769e
Only show layout switch when it has an effect on the layout
2026-07-28 15:06:15 +02:00
Robin
a443a55bec
Factor out a layout switch view + view model
...
So it can easily be shown and hidden wholesale.
2026-07-28 15:06:15 +02:00
Robin
7962d02be5
Prefer grid mode in landscape on mobile
2026-07-28 11:56:01 +02:00
Robin
aa6732da19
Use an actual one-on-one layout in landscape on mobile
2026-07-28 11:53:26 +02:00
Robin
0b21cff020
Rename one-on-one layouts to be orientation-agnostic
2026-07-27 18:28:52 +02:00
Robin
062e0a00fb
Remove unused variables from CallViewModel tests
2026-07-27 18:13:51 +02:00
Robin
cd72ad0008
Create service interruptions view model
2026-07-14 12:02:36 +02:00
Robin
32e30dd4f5
Merge branch 'livekit' into mobile-gradient
2026-07-09 12:56:28 +02:00
Robin
27315a7090
Rename bgStyle to 'background'
2026-07-08 14:01:38 +02:00
Robin
bebe79d109
Create type alias for background style
2026-07-08 13:56:10 +02:00
Timo K.
2b84c587f2
lint
2026-07-07 19:45:22 +02:00
Timo K.
a6921e2bfb
all the other logs
2026-07-07 19:12:11 +02:00
Timo K.
3cc396f42c
fix getChild before rageshake setup
2026-07-07 19:05:10 +02:00
Robin
900d0abd27
Let page background shine through the footer
...
By visually separating it from other page content with an additional gradient background only when necessary.
2026-06-30 16:29:20 +02:00
Robin
8fa3f33f37
Let page background shine through spotlight tiles
...
By giving spotlight tiles a transparent background in certain layouts.
2026-06-30 16:29:20 +02:00
Robin
8ab7f89e36
Hide local tile from mobile voice calls in landscape orientation
...
To match the designs. Just like in portrait, it wouldn't contribute anything meaningful.
2026-06-25 20:29:24 +02:00
Valere Fedronic
ddcb0f9981
Merge pull request #4064 from element-hq/ios/default_voice_call_to_earpiece
...
fix(voice): Default to earpiece for voice only call
2026-06-25 16:32:59 +02:00
Johannes Marbach
5ad62c7097
Merge pull request #4053 from element-hq/johannes/oxlint
...
Switch from eslint to oxlint
2026-06-25 15:46:05 +02:00
Valere
dc5b541b21
fix(voice): Default to earpiece for voice only call
2026-06-25 13:10:27 +02:00
Johannes Marbach
1cd2764eb2
Switch from eslint to oxlint
2026-06-23 15:13:46 +02:00
Johannes Marbach
3fb81032e0
Merge pull request #4054 from element-hq/johannes/pip-border
...
Add PiP border in 1on1 layouts
2026-06-23 12:38:24 +02:00
Johannes Marbach
93fae5dd67
Add PiP border in 1on1 layouts
...
Fixes : #4008
2026-06-23 08:56:41 +02:00