jiti-meet/modules/UI/videolayout
virtuacoplenny c04ef05058 feat(presence): display status in thumbnail and large video (#1828)
* feat(presence): display status in thumbnail and large video

- Create a React Component for displaying presence. It currently
  connects to the store for participant updates but in the future
  should not be as smart once more reactification occurs.
- Modify filmstrip css so the presence status displays horizontal
  center and below the avatar.
- Modify videolayout css so the presence status displays horizontal
  centered and with a rounded background.
- Dispatch presence updates so the participant state can be update.
- Update message position on large video update to ensure message
  positioning is correct.

* squash: do not show presence message if connection message is displayed
2017-07-31 18:33:22 -05:00
..
Filmstrip.js fix(vertical-filmstrip): prevent scaling based on video count 2017-06-13 15:17:55 -05:00
LargeContainer.js fix(VideoLayout): store userID in container 2017-07-12 10:29:18 -07:00
LargeVideoManager.js feat(presence): display status in thumbnail and large video (#1828) 2017-07-31 18:33:22 -05:00
LocalVideo.js ref(stats): process stats through one pub/sub 2017-07-19 15:11:35 -07:00
RemoteVideo.js feat(presence): display status in thumbnail and large video (#1828) 2017-07-31 18:33:22 -05:00
SmallVideo.js ref(stats): process stats through one pub/sub 2017-07-19 15:11:35 -07:00
VideoContainer.js feat(presence): display status in thumbnail and large video (#1828) 2017-07-31 18:33:22 -05:00
VideoLayout.js Merge pull request #1802 from jitsi/start_in_audio_only 2017-07-24 14:32:20 +02:00