jiti-meet/react/features/base/tracks
paweldomas 122a7f6346 fix(AudioOnly+web): crash when untoggle audio only
Because on web video track is stored both in redux and in 'localVideo'
field, video is attempted to be unmuted twice when turning off the audio
only mode. This will crash the app with 'unmute operation is already in
progress'. This commit will prevent from taking action from the web
world if the video track already exists and will make the redux side
rollback unmuted status in case unmute fails.
2017-07-25 11:05:02 +02:00
..
actionTypes.js [RN] Polyfill Symbol 2017-05-26 16:37:22 -05:00
actions.js Fix typos. Apply consistent formatting 2017-07-18 16:43:58 -05:00
functions.js fix(AudioOnly+web): crash when untoggle audio only 2017-07-25 11:05:02 +02:00
index.js Consistent middleware and reducer imports 2017-02-10 11:04:40 -06:00
middleware.js fix(AudioOnly+web): crash when untoggle audio only 2017-07-25 11:05:02 +02:00
reducer.js Simplify naming 2017-04-05 00:20:17 -05:00