jiti-meet/react/features/mobile/audio-mode
Saúl Ibarra Corretgé d600504d85 [RN] Refactor video muting
Simplify the code by using a bitfied instead of a couple of boolean flags. This
allows us to mute the video from multiple places and only make the unmute
effective once they have all unmuted.

Alas, this cannot be applied to the web without a massive refactor, because it
uses the track muted state as the source of truth instead of the media state.
2017-08-04 16:07:48 -05:00
..
index.js [RN] Move all mobile only features to a subdirectory 2017-03-28 09:36:00 -05:00
middleware.js [RN] Refactor video muting 2017-08-04 16:07:48 -05:00