jiti-meet/react/features/base/media
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
..
components Simplify naming 2017-04-05 00:20:17 -05:00
actionTypes.js [RN] Use native API for toggling cameras 2017-04-05 00:21:35 -05:00
actions.js [RN] Use native API for toggling cameras 2017-04-05 00:21:35 -05:00
constants.js Import jitsi/jitsi-meet-react#2f23d98 2016-10-12 10:31:52 -05:00
functions.js Import jitsi/jitsi-meet-react#2f23d98 2016-10-12 10:31:52 -05:00
index.js Consistent middleware and reducer imports 2017-02-10 11:04:40 -06:00
middleware.js [flow] Expand the coverage of flow-monitored files 2017-02-03 16:36:14 -06:00
reducer.js [RN] Use native API for toggling cameras 2017-04-05 00:21:35 -05:00