Files
jitsi-meet/css
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
..
2018-04-13 17:00:40 -07:00
2018-07-09 20:22:43 -05:00
2018-03-20 16:06:50 -05:00
2018-04-13 17:00:40 -07:00
2018-03-20 16:06:50 -05:00
2019-01-15 11:33:12 +01:00
2017-02-22 17:14:09 -06:00
2017-04-03 13:05:21 -05:00