jiti-meet/modules/UI/videolayout
virtuacoplenny b7133f5717
fix(large-video): do not show avatar if no url (#3871)
* fix(large-video): do not show avatar if no url

By default the large video dominant speaker avatar
has an empty src, which will result in a broken
image displaying. There is also disconnect with
non-react code trying to set an undefined src.
To prevent such until local avatar generation
work is done in the future, just don't show the
avatar.

* fix(conference): set the room instance earlier

Set the room instance on APP.conference before triggering
a redux update of the conference being set,, because
middleware can then fire and call methods on APP.conference
that depend on the room being set.

* get local participant directly from store instead of from global
2019-02-06 19:19:02 -08:00
..
Filmstrip.js fix(tile-view): thumbnail videos should cover entire thumbnail 2018-11-28 13:36:12 -08:00
LargeContainer.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
LargeVideoManager.js fix(large-video): do not show avatar if no url (#3871) 2019-02-06 19:19:02 -08:00
LocalVideo.js feat(tile-view): double click to pin 2019-01-02 09:43:20 +01:00
RemoteVideo.js ref(hangup): clean up some UI state on hangup 2019-01-02 09:54:05 -08:00
SmallVideo.js ref(hangup): clean up some UI state on hangup 2019-01-02 09:54:05 -08:00
VideoContainer.js fix(large-video): do not show avatar if no url (#3871) 2019-02-06 19:19:02 -08:00
VideoLayout.js fix(large-video): do not show avatar if no url (#3871) 2019-02-06 19:19:02 -08:00