From 3e15d23f737f49a9c4747db9fc2328efe2a6df2b Mon Sep 17 00:00:00 2001 From: Eugene Lazurin Date: Wed, 19 Jun 2024 16:02:47 +0200 Subject: [PATCH] [cwm] CWM-9437 Enable screensharing in browser GitOrigin-RevId: 526b0f466926885ee9e2c41f51d6263c13239cb9 --- platform/util/resources/misc/registry.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index f4401ec4fb43..74e166514f01 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -371,7 +371,7 @@ ide.browser.jcef.markdownView.osr.enabled=true ide.browser.jcef.markdownView.osr.enabled.description=Whether the markdown view should be displayed in the off-screen mode. ide.browser.jcef.codeWithMe.osr.enabled=false ide.browser.jcef.codeWithMe.osr.enabled.description=Whether Code With Me should be displayed in the off-screen mode. -ide.browser.jcef.codeWithMe.inBrowserScreenSharing.enabled=false +ide.browser.jcef.codeWithMe.inBrowserScreenSharing.enabled=true ide.browser.jcef.codeWithMe.inBrowserScreenSharing.enabled.description=Start screen sharing in external browser. ide.browser.jcef.headless.enabled=false ide.browser.jcef.headless.enabled.description=Enable JCEF browser in the IDE headless mode