WebScreenShareFixes: add stereo stream audio

This commit is contained in:
Vendicated 2025-05-20 01:43:42 +02:00
parent eeec088354
commit a7eb3cd072
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -21,8 +21,12 @@ export default definePlugin({
replace: '"x-google-max-bitrate=".concat("80_000")'
},
{
match: /;level-asymmetry-allowed=1/,
match: ";level-asymmetry-allowed=1",
replace: ";b=AS:800000;level-asymmetry-allowed=1"
},
{
match: "useinbandfec=1",
replace: "useinbandfec=1;stereo=1;sprop-stereo=1"
}
]
}