Docker-jitsi-meet: How to disable "notifications" in WebUI?

Created on 29 Mar 2020  路  5Comments  路  Source: jitsi/docker-jitsi-meet

image
How can I disable this notifications?

Most helpful comment

Oops, I had forgotten about that one, you are right.

All 5 comments

You can set this option in interface_config.js: https://github.com/jitsi/jitsi-meet/blob/ed8009883b1f65abab0c4ff758a16bafcdeb0077/interface_config.js#L202 It's on /config/, on the web container. You can edit it after it has started.

Thanks. It works but I also want to hide every possible notification like the one in screenshot: Moderator privilages granted. @saghul

It'ss not possible to disable that one, sorry.

@saghul That's confusing, because the conversation from this non-docker jitsi issue suggests that it _can_ be disabled us setting DISABLE_FOCUS_INDICATOR to true. @mrWodoo this may be of interest to you

Oops, I had forgotten about that one, you are right.

Was this page helpful?
0 / 5 - 0 ratings