jiti-meet/modules/UI
Leonard Kim b655c8d54a fix(large-video): clear remote video stream on track removal
VideoLayout schedules a large video update by passing in
the video stream on the small video instance. When a stream
is removed, the UI is removed from the small video instance
but a reference to the stream is left. So when VideoLayout
schedules the large video update after a stream removal,
the old stream from the small video instance is re-used,
even though it has been removed.

This change also brings balance with RemoteVideo method
"addRemoteStreamElement" which sets the stream on the
small video instance, so now "removeRemoteStreamElement
unsets it.
2019-05-30 09:46:35 -07:00
..
audio_levels fix(speaker-levels): convert calculation from string to float (#3870) 2019-02-06 10:49:20 -08:00
authentication Fix LoginDialog hidden by gUM-Overlay (#766) 2018-12-28 09:37:29 -08:00
etherpad ref(follow-me): hook into redux (#3991) 2019-04-17 08:05:32 -07:00
shared_video fix(display-name): do not default name to placeholder name (#4027) 2019-03-26 09:34:02 -07:00
util Extract notification timeout to a constant 2019-04-01 21:03:36 +02:00
videolayout fix(large-video): clear remote video stream on track removal 2019-05-30 09:46:35 -07:00
UI.js ref(large-video): move layout update on stream removal to layout middleware 2019-05-30 09:46:35 -07:00
UIErrors.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00