feat(toolbar): implement toolbar background color via configOverwrite for web and mobile

* Change toolbar background color from IFrame API #16468 fixed

* fix(toolbar #16468): implement toolbar background color via configOverwrite for web and mobile

* keep toolbarConfig defaults commented in config.js

* add trailing comma to commented toolbarConfig.backgroundColor

* fix: resolve linting errors

Fixes #16468
This commit is contained in:
Vishal Malyan
2025-11-11 18:32:28 +05:30
committed by GitHub
parent 89b9c75242
commit 3772b9a5ae
5 changed files with 26 additions and 3 deletions

View File

@@ -340,6 +340,7 @@ function initCommands() {
APP.store.dispatch(setAssumedBandwidthBps(value));
},
'set-blurred-background': blurType => {
const tracks = APP.store.getState()['features/base/tracks'];
const videoTrack = getLocalVideoTrack(tracks)?.jitsiTrack;