From 7d26577089aead6c2c13c123b4a085edf76c1057 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:30:44 +0200 Subject: [PATCH] add `background: "solid"` for EC (#34168) --- apps/web/src/models/Call.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/web/src/models/Call.ts b/apps/web/src/models/Call.ts index 617bacfb2a..ab5b555f5c 100644 --- a/apps/web/src/models/Call.ts +++ b/apps/web/src/models/Call.ts @@ -763,6 +763,8 @@ export class ElementCall extends Call { lang: getCurrentLanguage().replace("_", "-"), fontScale: (FontWatcher.getRootFontSize() / FontWatcher.getBrowserDefaultFontSize()).toString(), theme: "$org.matrix.msc2873.client_theme", + // on EW we do not want the gradient EC background. + background: "solid", }); if (typeof opts.skipLobby === "boolean") {