Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove “Install Chrome extension" banner #51

Open
ivfit opened this issue Jun 28, 2020 · 4 comments
Open

Remove “Install Chrome extension" banner #51

ivfit opened this issue Jun 28, 2020 · 4 comments

Comments

@ivfit
Copy link

ivfit commented Jun 28, 2020

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

Is there a way to remove it?

banner

@Shillos
Copy link

Shillos commented Jun 28, 2020

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
Copy link

Shillos commented Jun 28, 2020

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

@ivfit
Copy link
Author

ivfit commented Jun 28, 2020

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:
jitsi/jitsi-meet#7060

@Shillos
Copy link

Shillos commented Jun 28, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants