Enable E2E encryption api in webRTC

This commit is contained in:
Johan Kwarnmark 2020-07-28 18:08:22 +02:00
parent 0cafaf3985
commit dbe9915b3f

View File

@ -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';