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