fix(rn,config) fix forcing VP8 for bridge calls
This commit is contained in:
parent
db6165209b
commit
33ec975e19
|
@ -54,7 +54,10 @@ const INITIAL_RN_STATE: IConfig = {
|
||||||
},
|
},
|
||||||
|
|
||||||
videoQuality: {
|
videoQuality: {
|
||||||
preferredCodec: 'VP8'
|
// FIXME: Mobile codecs should probably be configurable separately, rather
|
||||||
|
// than requiring this override here...
|
||||||
|
enforcePreferredCodec: true,
|
||||||
|
preferredCodec: 'vp8'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue