jiti-meet/react/features/base/tracks
Saúl Ibarra Corretgé 7c76f124bf [RN] Use native API for toggling cameras
Use the curstom _switchCamera API provided by react-native-webrtc to toggle the
camera instead of destroying the current track and creating a new one.

_switchCamera is implemented at a low level, so the track perceives no changes,
thus being a lot faster and less involved since the capturer doesn't need to be
destroyed and re-created.

In addition, don't mirror the video for the back camera.

Ref: https://github.com/oney/react-native-webrtc/pull/235
2017-04-05 00:21:35 -05:00
..
actionTypes.js Use Symbol for Redux action types to prevent conflicts 2016-12-11 22:21:51 -06:00
actions.js [RN] Fix toggling camera 2017-04-05 00:20:17 -05:00
functions.js Fix toolbar's mute buttons when starting muted 2016-10-25 11:43:15 -05:00
index.js Consistent middleware and reducer imports 2017-02-10 11:04:40 -06:00
middleware.js [RN] Use native API for toggling cameras 2017-04-05 00:21:35 -05:00
reducer.js Simplify naming 2017-04-05 00:20:17 -05:00