Commit Graph
96 Commits
Author SHA1 Message Date
Robin 364fdb5e54 Get rid of the 'open in app' mobile prompt
We've determined that calls are working fine in mobile browsers these days and we no longer need it.
2026-04-13 18:05:00 +02:00
Valere 58d377c3f7 test: Add publishing bug reproduction test 2026-04-08 11:06:05 +02:00
Valere 3d286e8ab4 revert workaround for widget permission dialog, not needed anymore 2026-04-03 09:45:59 +02:00
Valere d5ec3c342c reuse exisiting helpers to join call 2026-03-31 16:06:56 +02:00
Valere c9242148f9 add missing dismiss dialog test 2026-03-31 15:24:12 +02:00
Valere 0dabb43e0f Workaround: EW has not yet merged the download file permission for EC 2026-03-31 14:56:25 +02:00
Valere 09092e97c8 fix error in test 2026-03-25 12:15:12 +01:00
Valere cb6bef3849 try extend timeout? 2026-03-25 10:10:29 +01:00
Valere 4d491be4a9 post merge fix 2026-03-25 08:21:32 +01:00
Valere aad160a715 Merge branch 'livekit' into valere/default_route 2026-03-24 18:28:54 +01:00
RobinandGitHub b40feae7da Merge pull request #3810 from element-hq/robin/button-accessibility
Improve accessibility of microphone, camera, and screen share buttons
2026-03-24 17:36:36 +01:00
RobinandGitHub e15761d8ee Merge pull request #3703 from element-hq/renovate/compound
Update Compound
2026-03-24 17:20:01 +01:00
Robin c60ed50a9d Attempt to fix end-to-end widget tests 2026-03-24 17:04:28 +01:00
Robin c0d60b2c29 Improve accessibility of microphone, camera, and screen share buttons
Taking Valere's suggestion of giving them the 'switch' role. Also, the aria-label attributes were redundant (having tooltips already gives the buttons aria-labelledby).
2026-03-21 02:53:48 +01:00
Valere c8b8d350d5 Merge branch 'livekit' into valere/default_route 2026-03-19 18:41:36 +01:00
Valere 9c2b2d4780 fix: playwright, new web popup interfering with test to witch room 2026-03-19 10:44:38 +01:00
Valere 396225a900 fix playwright earpiece mode 2026-03-19 10:44:38 +01:00
Robin 9dfade68ee New ringing UI
This implements the new ringing UI by showing a placeholder tile for the participant being dialed, rather than an overlay.
2026-03-18 11:20:43 +01:00
Timo K c7f25feb66 use better test condition for mute buttons 2026-03-11 15:46:19 +01:00
Timo K a20edca9a1 fix pip container query 2026-03-11 15:36:37 +01:00
Timo K d00ff78d65 fix pip interaction test (button presses) 2026-03-11 15:21:36 +01:00
Timo K 3a9d394529 activate click tests 2026-03-11 14:05:17 +01:00
Timo K 1e400bc550 remove unsused import 2026-03-10 18:26:12 +01:00
Timo K 6485da8fff add playwright tests for new pip layout 2026-03-10 15:17:41 +01:00
Valere 143b560b20 Add a playwright test to ensure object fit is correct 2026-03-10 09:05:05 +01:00
Timo K 745772f672 Fix rejoin EC crash
Due to a duplcaited key (the key not being specific enough)
2026-01-20 13:45:07 +01:00
Valere 9f323d21a8 review: quick comment 2026-01-20 08:10:50 +01:00
Valere ed8cee9f58 review: fix/clean the route interception 2026-01-19 15:28:22 +01:00
Valere a985281b46 playwright: intercept send request to ensure sticky event are sent 2026-01-19 13:58:36 +01:00
Valere c2eea67b35 Merge branch 'livekit' into valere/playwright/spa_sticky_test 2026-01-16 17:41:39 +01:00
Valere 202e06a16d skip FF 2026-01-16 17:41:32 +01:00
Valere 89c878cf3f playwright: Test call in SPA mode with matrix 2.0 2026-01-16 17:11:45 +01:00
Timo K 102664482b Activate the hotswap test that was failing before. 2026-01-16 15:41:25 +01:00
Timo K 22c1948a82 Add playwright test for hotswatpping transport 2026-01-16 14:27:52 +01:00
Valere 16b08994cc Try fixup mixed conten error loading widget 2026-01-16 12:53:10 +01:00
Valere a00c6501c2 fix discarding pop ups 2026-01-15 15:22:04 +01:00
Valere 9e933b74ca cleanup notifications toast on start 2026-01-15 14:31:33 +01:00
Valere d25d6d3196 Test all pairs of rtc mode in federated calls 2026-01-15 12:06:41 +01:00
Valere 243f369a24 re-use test helper in other files 2026-01-15 11:50:37 +01:00
Valere 0d1488af4c playwright: Federated call between legacy and compat 2026-01-14 18:07:12 +01:00
Valere 7338a55e76 review: improve doc 2026-01-14 12:15:00 +01:00
Valere 68f04d46a9 playwright: End to end test for huddle calls in widget mode 2026-01-13 19:11:12 +01:00
Valere e82a048088 playwright: Test that declining a call in DM works as expected 2026-01-13 09:46:44 +01:00
Valere 56beb59346 review: Update copyright properly 2026-01-12 15:35:21 +01:00
Valere cf579638fd skip firefox 2026-01-09 15:39:53 +01:00
Valere d2907f51d3 prettier format 2026-01-09 12:35:25 +01:00
Valere a9153f2781 fix: Regression on default mutestate for voicecall + end-2-end tests 2026-01-09 12:03:56 +01:00
Valere da55d84bde Add script to check that the tsdoc is correct and up-to-date 2025-12-30 17:02:44 +01:00
Will HuntandGitHub 72ec1439f4 Support MSC4143 RTC Transport endpoint (#3629)
* Use rtc-focus branch of js-sdk

* Update makeTransport to fetch backend transports and validate all transports before response.

* Fix test

* Add test

* Loads more tests

* Add tests for openid errors

* improve comment

* update to develop commit

* Add JWT parsing

* Use JWT

* Cleanup

* fixup tests

* fixup tests

* lint

* lint lint

* Fix `Reconnecting`
2025-12-29 17:45:41 +00:00
Timo K 7edc97b917 remove continue button things 2025-12-11 17:24:35 +01:00