Open ivfit opened 4 years ago
There isn't a way to remove it in the plugin, but you can use in your config.json in the section
"configOverwrite": {
}
just change it to
"configOverwrite": {
"SHOW_CHROME_EXTENSION_BANNER": false
}
The configOverwrite can be used to the things you need to enable or disable from jitsi.
why do you have the jitsi banner on that screenshot? Normally this isn't shown in conference plugin!
Still seeing “Install Chrome extension" banner when using "SHOW_CHROME_EXTENSION_BANNER": false
Regarding your question, are you talking about jitsi logo or Chrome extension banner? Don't know for both why they are visible.
Seems this is related: https://github.com/jitsi/jitsi-meet/issues/7060
Hmm, must be the latest version has some bug on jitsi. Normally that would work in "SHOW_JITSI_WATERMARK": false,. Yeah, I was talking about the logo. It looks like this is all related to that link.
“Install Chrome extension" banner blocks information and confuses new users.
Is there a way to remove it?