jiti-meet/modules/UI/videolayout
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
..
Filmstrip.js fix(avatar): dynamically size avatar in dynamically sizable filmstrip 2019-05-24 12:00:35 -07:00
LargeContainer.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
LargeVideoManager.js fix(large-video): respect update in progress when queuing update (#4078) 2019-04-10 08:16:02 -07:00
LocalVideo.js Enables local video flip menu by default. 2019-05-24 23:09:24 +03:00
RemoteVideo.js fix(large-video): clear remote video stream on track removal 2019-05-30 09:46:35 -07:00
SmallVideo.js [RN] Add connection indicator 2019-04-16 17:33:23 +02:00
VideoContainer.js fix(large-video): vertically align center screenshare 2019-05-10 08:09:56 -07:00
VideoLayout.js ref(large-video): remove redundant call to update on stream removal 2019-05-30 09:46:35 -07:00