jitsi / jitsi-meet-electron

Jitsi Meet desktop application powered by :electron:
Apache License 2.0
1.5k stars 462 forks source link

Noise cancellation #799

Closed OrionRandD closed 1 year ago

OrionRandD commented 1 year ago

How do I enable noise cancellation, new feature in jitisi?

It exists already. If you're hosting your own server, you can configure it in your config.js (disableNS: true). If not, you can pass it as a URL
param e.g. [44]https://meet.jit.si/meetingname#config.disableNS=true

See here: https://github.com/jitsi/jitsi-meet/issues/11224

saghul commented 1 year ago

They are on by default.

If you are referring to the new enhanced noise suppression then it's available on the in-meeting menu (the 3 dots).

OrionRandD commented 1 year ago

They are on by default.

If you are referring to the new enhanced noise suppression then it's available on the in-meeting menu (the 3 dots).

I've just see it! But, if I click on it, a perpendicular line tick appear. If I unclick it, not perpendicular line tick appear, but just the icon. Which one is noise-supression on?

saghul commented 1 year ago

The button expresses the action. When it's not crossed out, you'll activate it on lock, when it's crossed out you'll deactivate it on click.

csett86 commented 1 year ago

Noise cancellation is an in-meeting feature and no further action required in the electron app, its supported already (if the jitsi server version supports it). Thus closing here