mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Merge pull request #1062 from johankwarnmarksymphony/sda-2417
fix: sda-2417 enable only RTC insertable streams
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user