From aaf7a38cce0be7037b6fe8ecba1561887b28b9fc Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Tue, 21 Feb 2017 09:09:07 -0600 Subject: [PATCH] Detail comment --- .../features/toolbar/components/Toolbar.native.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/react/features/toolbar/components/Toolbar.native.js b/react/features/toolbar/components/Toolbar.native.js index d13258878..9bc563054 100644 --- a/react/features/toolbar/components/Toolbar.native.js +++ b/react/features/toolbar/components/Toolbar.native.js @@ -112,19 +112,23 @@ class Toolbar extends AbstractToolbar { /* eslint-disable react/jsx-curly-spacing,react/jsx-handler-names */ - // TODO Use an appropriate icon for toggle camera facing mode. return ( - {/* - * XXX Temporarily disabled until issues are fixed in - * react-native-webrtc. + {/* FIXME There are multiple issues with the toggling of the + * camera facing more. For example, switching from the user + * facing camera to the environment facing camera on iOS may be + * very slow or may not work at all. On Android the toggling + * either works or does not. The causes of the various problems + * have been identified to lie within either + * react-native-webrtc or Google's native WebRTC API. + * - */} + */}