rn: disable H.264 on select devices even when not in P2P
iOS 10 crashes, so don't use it there, in any case.
This commit is contained in:
parent
6d16e087d9
commit
36654cb808
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue