jiti-meet/modules/UI
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
..
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 Fix typo which made this module unusable 2018-12-03 10:08:25 +01:00
shared_video ref(JitsiMeetLogStorage): move to base/logging 2019-02-01 10:34:03 +01:00
util feat(cleanup): remove no longer used FontAwesome 2018-12-03 11:27:12 +01:00
videolayout fix(large-video): do not show avatar if no url (#3871) 2019-02-06 19:19:02 -08:00
UI.js Remove default value from openDisplayNamePrompt action 2019-01-16 11:03:29 +01:00
UIErrors.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00