config: don't enable H.264 by default on P2P
We are not actively testing it and it currently crashes Chrome 83+ when insertable streams are used.
This commit is contained in:
parent
af8bd876e6
commit
adac9ee5f8
|
@ -364,7 +364,7 @@ var config = {
|
||||||
|
|
||||||
// If set to true, it will prefer to use H.264 for P2P calls (if H.264
|
// If set to true, it will prefer to use H.264 for P2P calls (if H.264
|
||||||
// is supported).
|
// is supported).
|
||||||
preferH264: true
|
// preferH264: true
|
||||||
|
|
||||||
// If set to true, disable H.264 video codec by stripping it out of the
|
// If set to true, disable H.264 video codec by stripping it out of the
|
||||||
// SDP.
|
// SDP.
|
||||||
|
|
Loading…
Reference in New Issue