element-web/src/components/views/voip
David Baker 55f77b04ae Rewrite call state machine
* Remove the two separate enumerations of call state: now everything
   uses the js-sdk version of call state. Stop adding a separate
   'call_state' field onto the call object(!)
 * Better reflection of the actual state of the call in the call bar,
   so when it's connecting, it says connecting, and only says 'active call'
   when the call is actually active.
 * More typey goodness
2020-10-09 18:56:07 +01:00
..
CallContainer.tsx Convert CallHandler to typescript 2020-09-24 16:16:20 +01:00
CallPreview.tsx Rewrite call state machine 2020-10-09 18:56:07 +01:00
CallView.tsx Rewrite call state machine 2020-10-09 18:56:07 +01:00
IncomingCallBox.tsx Rewrite call state machine 2020-10-09 18:56:07 +01:00
VideoFeed.js Remove create-react-class 2020-08-29 12:14:16 +01:00
VideoView.js Remove create-react-class 2020-08-29 12:14:16 +01:00