From dbe9915b3f5e9a700dadd6eaec9c9554b10a4d91 Mon Sep 17 00:00:00 2001
From: Johan Kwarnmark <johan.kwarnmark@symphony.com>
Date: Tue, 28 Jul 2020 18:08:22 +0200
Subject: [PATCH] Enable E2E encryption api in webRTC

---
 src/app/chrome-flags.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/chrome-flags.ts b/src/app/chrome-flags.ts
index 49568bf5..efbf21ad 100644
--- a/src/app/chrome-flags.ts
+++ b/src/app/chrome-flags.ts
@@ -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';