kiwiirc / plugin-conference

Audio / Video conference calling
Apache License 2.0
19 stars 9 forks source link

Remove “Install Chrome extension" banner #51

Open ivfit opened 4 years ago

ivfit commented 4 years ago

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

Is there a way to remove it?

banner

Shillos commented 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.

Shillos commented 4 years ago

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

ivfit commented 4 years ago

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

Shillos commented 4 years ago

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.