element-web/test/components/views
Robin 2c612d5aa1
Use native js-sdk group call support (#9625)
* Use native js-sdk group call support

Now that the js-sdk supports group calls natively, our group call implementation can be simplified a bit. Switching to the js-sdk implementation also brings the react-sdk up to date with recent MSC3401 changes, and adds support for joining calls from multiple devices. (So, the previous logic which sent to-device messages to prevent multi-device sessions is no longer necessary.)

* Fix strings

* Fix strict type errors
2022-11-28 16:37:32 -05:00
..
audio_messages Extract PlaybackInterface (#9526) 2022-11-02 09:46:42 +01:00
avatars Fix missing avatar for show current profiles (#9563) 2022-11-11 16:02:01 +00:00
beacon Remove all usages of UNSAFE_* React methods (#9583) 2022-11-18 09:22:43 +00:00
beta Don't show feedback prompts when that UIFeature is disabled (#9305) 2022-09-22 15:08:14 +01:00
context_menus Close context menu when a modal is opened to prevent user getting stuck (#9560) 2022-11-09 15:33:09 +00:00
dialogs Consolidate public room search experience (#9605) 2022-11-22 15:05:09 +00:00
elements Remove all usages of UNSAFE_* React methods (#9583) 2022-11-18 09:22:43 +00:00
location Close context menu when a modal is opened to prevent user getting stuck (#9560) 2022-11-09 15:33:09 +00:00
messages Use native js-sdk group call support (#9625) 2022-11-28 16:37:32 -05:00
right_panel Resilience fix for homeserver without thread notification support (#9565) 2022-11-10 18:01:19 +00:00
rooms Use native js-sdk group call support (#9625) 2022-11-28 16:37:32 -05:00
settings Device manager - add tooltip to device details toggle (#9594) 2022-11-21 08:24:56 +13:00
spaces Fix SpaceTreeLevel enzyme test (#9602) 2022-11-22 09:53:33 +00:00
typography Optimise Jest run in CI (#9542) 2022-11-04 10:48:08 +00:00
voip Use native js-sdk group call support (#9625) 2022-11-28 16:37:32 -05:00
Validation-test.ts Enable tsc alwaysStrict, strictBindCallApply, noImplicitThis (#9600) 2022-11-21 11:24:59 +00:00