schildi-web/skins/base/views/molecules/voip
Kegan Dougal 37c9c8fbb4 Add CallHandler singleton and add CallView.
CallView is the container for either VideoViews or WaveformViews. All UI
elements listen for 'call_state' payloads and then call
CallHandler.getCall(roomId) to extract the current MatrixCall for that room.
We can't do this via stateful dispatches because dispatching does not preserve
ordering empirically (probably due to setTimeout).
2015-07-15 16:52:23 +01:00
..
CallView.js Add CallHandler singleton and add CallView. 2015-07-15 16:52:23 +01:00
VideoView.js Add voip subdirectory. 2015-07-15 14:35:04 +01:00