* hello, any idea how I could get pipewire / wireplumber to lock the mic volume? Teams keeps changing it, and I can't turn it off there (flatpak version, there's no option for that like in the windows client). I tried making a ~.config/wireplumber/main.lua.d/99-stop-microphone-auto-adjust.lua file, with this as the content: ``` table.insert(default_access.rules, { matches = { { {"pipewire.access", "=", "flatpak"} } }, default_permissions = "rx" }) ``` before that I tried `{ "application.process.binary", "=", "teams-for-linux" }` The one that `wpctl inspect` said, but it still keeps changing the volume Also restarted the services with `systemctl --user restart wireplumber pipewire pipewire-pulse`, *and* restarted teams