Merge pull request #1062 from johankwarnmarksymphony/sda-2417

fix: sda-2417 enable only RTC insertable streams
This commit is contained in:
Johan Kwarnmark 2020-08-28 15:16:19 +02:00 committed by GitHub
commit 7cc539cdff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ export const setChromeFlags = () => {
'disable-d3d11': flagsConfig.disableGpu || null,
'disable-gpu': flagsConfig.disableGpu || null,
'disable-gpu-compositing': flagsConfig.disableGpu || null,
'enable-experimental-web-platform-features': 'true',
'enable-blink-features': 'RTCInsertableStreams',
};
if (flagsConfig.customFlags.disableThrottling === CloudConfigDataTypes.ENABLED || disableThrottling === CloudConfigDataTypes.ENABLED) {
configFlags['disable-renderer-backgrounding'] = 'true';