fix(rn,config) update to new configuration for codec selection
This commit is contained in:
parent
59afafdf7c
commit
289ba6f764
|
@ -49,11 +49,11 @@ const INITIAL_RN_STATE = {
|
||||||
disableAudioLevels: true,
|
disableAudioLevels: true,
|
||||||
|
|
||||||
p2p: {
|
p2p: {
|
||||||
disableH264: false,
|
disabledCodec: '',
|
||||||
preferH264: true
|
disableH264: false, // deprecated
|
||||||
},
|
preferredCodec: 'H264',
|
||||||
|
preferH264: true // deprecated
|
||||||
remoteVideoMenu: {}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
ReducerRegistry.register('features/base/config', (state = _getInitialState(), action) => {
|
ReducerRegistry.register('features/base/config', (state = _getInitialState(), action) => {
|
||||||
|
|
Loading…
Reference in New Issue