jiti-meet/modules
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
..
API feat(screenshare): support remote wireless screensharing (#3809) 2019-01-26 12:53:11 -08:00
UI fix(large-video): do not show avatar if no url (#3871) 2019-02-06 19:19:02 -08:00
devices Remove state from mediaDeviceHelper (#3226) 2018-07-13 10:31:28 -07:00
keyboardshortcut feat(chat): convert to use React 2018-09-26 14:48:10 -05:00
keycode feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
recorder feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
remotecontrol Upgrade NPM dependencies/packages: react-native 0.50 2017-12-04 00:45:18 -06:00
translation ref(i18next): Remove the base/config dependancy. 2018-05-18 13:34:08 -05:00
transport ref(toolbar): remove contact list 2018-04-10 09:34:52 +02:00
util ref(JitsiMeetLogStorage): move to base/logging 2019-02-01 10:34:03 +01:00
FollowMe.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00