plugin-conference icon indicating copy to clipboard operation
plugin-conference copied to clipboard

Remove “Install Chrome extension" banner

Open ivfit opened this issue 5 years ago • 4 comments

“Install Chrome extension" banner blocks information and confuses new users.

Is there a way to remove it?

banner

ivfit avatar Jun 28 '20 12:06 ivfit

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.

Shillos avatar Jun 28 '20 14:06 Shillos

why do you have the jitsi banner on that screenshot? Normally this isn't shown in conference plugin!

Shillos avatar Jun 28 '20 14:06 Shillos

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

ivfit avatar Jun 28 '20 14:06 ivfit

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.

Shillos avatar Jun 28 '20 14:06 Shillos