From 36654cb808372fa4ceb9c10ff6580e7cacc5d318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 31 Oct 2019 12:20:59 +0100 Subject: [PATCH] rn: disable H.264 on select devices even when not in P2P iOS 10 crashes, so don't use it there, in any case. --- react/features/base/config/reducer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react/features/base/config/reducer.js b/react/features/base/config/reducer.js index bbca86adc..1aa6f1a7f 100644 --- a/react/features/base/config/reducer.js +++ b/react/features/base/config/reducer.js @@ -50,6 +50,8 @@ const INITIAL_RN_STATE = { // fastest to merely disable them. disableAudioLevels: true, + disableH264: !RN_ENABLE_H264, + p2p: { disableH264: !RN_ENABLE_H264, preferH264: RN_ENABLE_H264