jiti-meet/react/features/mobile/image-cache
Lyubo Marinov 2ecacf6c3e [RN] Fix a "TypeError: Cannot read property handlers of undefined" in ImageCache
With some of the preceding commits in the "multiplying remote
thumbnails" story line, I started hitting this error with 100%
reproducibility:

1. Have a remote participant prepared in conferenceA. Web will do as
well.
2. On iOS prepare to join conferenceB in Safari and use the same device
for step 3.
3. Join conferenceA on the iOS device from step 2 with audio-only. The
audio-only is so that avatars are always visible. Wait for the remote
participant prepared in step 1 to appear.
4. Switch to Safari and hit "Continue in the app" to have the app leave
conferenceA and join conferenceB.

What happens:
After the iOS device joins conferenceB in the Jitsi Meet app, the local
participant is on the large video (as expected) but the avatar of the
local participant is the default audo-generated auto-colored
placeholder. That's because this error was hit and the avatar couldn't
be "fetched".
2018-05-23 10:26:59 -05:00
..
functions.js [RN] Fix documentation comments 2017-10-01 01:35:19 -05:00
index.js [RN] Fix a strange import of a feature by itself 2017-08-18 14:52:41 -05:00
middleware.js [RN] Fix a "TypeError: Cannot read property handlers of undefined" in ImageCache 2018-05-23 10:26:59 -05:00
react-native-img-cache.android.js Coding style 2017-09-07 12:49:35 -05:00
react-native-img-cache.ios.js Coding style 2017-09-07 12:49:35 -05:00
react-native-img-cache.no.js [RN] Make react-native-img-cache optional at bundle time 2017-08-18 14:54:25 -05:00
react-native-img-cache.yes.js [RN] Fix a strange import of a feature by itself 2017-08-18 14:52:41 -05:00