mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Enable E2E encryption api in webRTC
This commit is contained in:
parent
0cafaf3985
commit
dbe9915b3f
@ -25,6 +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',
|
||||
};
|
||||
if (flagsConfig.customFlags.disableThrottling === CloudConfigDataTypes.ENABLED || disableThrottling === CloudConfigDataTypes.ENABLED) {
|
||||
configFlags['disable-renderer-backgrounding'] = 'true';
|
||||
|
Loading…
Reference in New Issue
Block a user