jiti-meet/react/features/mobile/audio-mode
Saúl Ibarra Corretgé 19e7f07b32 fix(ios) fix black screen when using Bluetooth in iOS 15
Fixes: https://github.com/jitsi/jitsi-meet/issues/9996

On iOS 15 Bluetooth devices are reported twice for some reason, one with the
normal type "Bluetooth" but another type without a know (to me) type, and the
uid ends in "-reference".

While we send those unkwno devices to JS, we were not filtering them properly.
This patch skips them altogether.
2021-09-23 14:15:41 +02:00
..
components fix(ios) fix black screen when using Bluetooth in iOS 15 2021-09-23 14:15:41 +02:00
actionTypes.js audio-mode: refactor device handling 2019-08-14 18:57:03 +02:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
logger.js logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
middleware.js makes disableAudioFocus flag generic, so it can be used also from iOS 2021-03-11 15:13:24 +02:00
reducer.js audio-mode: refactor device handling 2019-08-14 18:57:03 +02:00