add background: "solid" for EC (#34168)

This commit is contained in:
Timo
2026-07-08 16:30:44 +00:00
committed by GitHub
parent d041669031
commit 7d26577089
+2
View File
@@ -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") {