element-portable/src/components/views
David Baker f828c6d494 Implement call hold
Currently just by adding /holdcall and /unholdcall slash commands

The only place the hold status of the call is currently represented
is when the call is a voice call and you're viewing a different room:
it's not wired up when you're viewing the room because that currently
uses the room status bar which it won't do with the new UI.

Also convert VideoFeed to typescript, and remove videoview because
it essentially just managed the fullscreen functionality, but we'll
want and 'on hold' representation (and probably chrome for hagnup etc)
in the fullscreen UI too, so let's just make CallView the thing that
gets fullscreened.
2020-10-29 17:56:24 +00:00
..
auth Validation improve pattern for derived data 2020-09-21 14:35:35 +01:00
avatars Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/feat/widgets 2020-10-19 13:08:17 +01:00
context_menus Iterate Widget Context Menu 2020-10-16 11:51:27 +01:00
dialogs Remove various remaining bits of ILAG flows 2020-10-07 12:53:59 +01:00
directory Fix missed copy 2020-03-16 12:28:20 +00:00
elements Implement call hold 2020-10-29 17:56:24 +00:00
emojipicker Choose first result on enter in the emoji picker 2020-09-28 15:56:22 +01:00
groups Delint 2020-08-29 12:57:11 +01:00
messages Apply the fix more generically 2020-10-14 09:46:54 +01:00
right_panel Remove redundant event listener 2020-10-21 16:05:44 +01:00
room_settings Clean up other unlinted lint issues 2020-09-24 08:26:59 -06:00
rooms Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/feat/widgets 2020-10-21 09:56:22 +01:00
settings Show Integrations error if iframe failed to load too 2020-10-16 13:54:37 +01:00
terms Fix indentation 2020-07-16 18:12:11 +05:30
toasts Fix eslint ts override tsx matching and delint 2020-08-29 01:11:08 +01:00
verification Revert "Merge pull request #5125 from matrix-org/travis/spec-i18n" 2020-08-18 13:09:33 -06:00
voip Implement call hold 2020-10-29 17:56:24 +00:00