jiti-meet/react/features/prejoin
Pawel Domas 907b51925d fix(prejoin): disposed track was added to the conference
It is not 100% clear to me when it happens, but I think it could happen
in some race condition where a track is unmuted when it's being disposed
or something around those lines.

The fact is that any muted tracks are disposed by replaceLocalTrack(track.jitsiTrack, null) and they should not be used anymore.

Supposedly fixes a crash:

Failed to add local track to conference Track has been already disposed
2021-07-28 09:00:54 -05:00
..
components feat: Make Jitsi WCAG 2.1 compliant (#8921) 2021-06-10 07:48:44 -05:00
actionTypes.js fix(misc) follow-up typos 2021-03-22 10:41:41 +01:00
actions.js feat(virtual-background) add virtual background preview 2021-05-06 08:54:23 +02:00
functions.js fix(misc) follow-up typos 2021-03-22 10:41:41 +01:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
logger.js feat(prejoin_page): Add prejoin page 2020-05-04 12:49:35 +02:00
middleware.js fix(prejoin): disposed track was added to the conference 2021-07-28 09:00:54 -05:00
reducer.js feat(conference): Enable forced reload of client on bridge failure. 2021-02-04 12:33:18 -05:00
utils.js feat(prejoin_page): Add ability for guest to join audio by phone 2020-05-18 14:47:44 +02:00