jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
22.08k stars 6.58k forks source link

Noise Suppression Enabled by default #14719

Open crjo opened 2 months ago

crjo commented 2 months ago

We allways need to enable noise suppression.

Is it possible to enable this feature by default for all meetings and participants?

Or at least, once you have enabled it, it's enabled for the next meetings.

saghul commented 2 months ago

Noise suppression is always enabled. The dedicated setting adds some extra suppression.

Do you need that every time?

crjo commented 2 months ago

yes i would like this every time

saghul commented 2 months ago

@andrei-gavrilescu IIRC you took a look at this last, didn't you?

andrei-gavrilescu commented 1 month ago

Hello there. Yes it's possible. First option is the settings toggle Screenshot 2024-05-13 at 11 20 58 This will enable noise suppression for all subsequent meetings for that browser instance. If you're using an iframe integration, the setNoiseSuppressionEnabled command can be used as described here https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe-commands/#setnoisesuppressionenabled.

saghul commented 1 month ago

Is the option persisted though?

andrei-gavrilescu commented 1 month ago

Yes it is, or at least it should.

saghul commented 1 month ago

@andrei-gavrilescu Thanks mate!

@crjo Can you please test that!