-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Deprecate Video Conference Mute in v0.88 #36339
Comments
Oh sure, despite being told that the feature WASN'T BEING REMOVED, we now are told it is going to be removed after all. It's so wonderful being lied to. PLEASE DO NOT REMOVE. As was stated NUMEROUS times in #36339, the Windows "equivalent" IS NOT AN EQUIVALENT AT ALL. This feature is a constant in my day-to-day use, and, as can be seen by all the responses in the other thread, a lot of others rely on it as well. |
What the hell? You said you were only deprecating it and said it would not be removed. I use this feature daily! Especially the video mute! |
Agreed. I use this every day as a consistent, simple, reliable way of muting across a variety of applications. Edit: I think cblake777 may have meant the thread #21473 |
Well, until this becomes a OOB OS function, which it certainly should, or another simple, reliable software for this purpose appears, it is "winget pin add Microsoft.PowerToys" at 0.87. |
Well, looks like automatic updates are being turned off then. You guys went back on your word, you said deprecation only, not removal. Now we know exactly how much to trust you all. |
You know, the absolute least you could do is release it as an unsupported standalone. |
This is horrible horrible HORRIBLE news! :( I was just waiting for this, even when "promised" it wouldn't happen, as this is just how big arrogant companies do things! |
My thoughts exactly. This is very disappointing. EDIT: Isn't this because v0.87 broke this feature (at least for me it doesn't mute the mic anymore) and you can't or don't want to fix it? v0.86 works fine. |
You can't use that as an excuse when you're the ones that put it in maintenance mode to begin with. You could have been developing it this whole time. All you're saying is you're doing now what you wanted to do two years ago but received pushback on, so you're trying again.
So what? Many tools in the suite have niche uses only a small portion of users will ever need or want. Isn't that the point of all of this? To provide specialized tools for enthusiasts based on how useful they can be, rather than how popular they are.
In Windows 11. Windows 10 still has 300 days of support left and a significant userbase. Also, that doesn't seem to matter for things like fancyzones. Moreover, to keep making this excuse feels dismissive and disrespectful, because you already know its bull. You know because it has been reiterated over and over and over again for two years that the features are not equivalent. This is basically the same as saying "we're dropping Advanced Paste because Windows has paste function already". The point is the tool is better than the Windows implementation. If you're going to drop it, don't blow smoke. Drop it with an actual explanation for why the team doesn't want to maintain it anymore. What's the actual difficulty in just leaving it be? What are the issues with maintaining it further? |
Oh wow. Thanks @BenedekFarkas for the heads-up on this. I'm still on 0.84.1 and have been reluctant to upgrade for fear of losing the ability to mute. Good to know about the breakage. |
I am quite sure that all our comments will fall on deaf ears because that's how big arrogant companies behave. |
I don't think that's the case, at least not for me. I'm on v0.87 as well and VCM works just fine, muting both my microphone and my camera. |
Does anyone know of a way to just compile and install the VCM component as a standalone executable? Even without the settings page? |
This is the only function I use, and you just deleted it.. |
Saying that Windows has is similar feature is misleading at the very least. Windows does not have a similar solution at all. Disabling or muting the microphone manually through the settings is not a viable alternative. |
this would REALLY be a pity it is what brought me to WPT in the first place. i really wish you‘d reconsider please continue your great work, all the best, Chris |
Bruh, I used this feature literally every day! Why remove it? Bring it back please, this feature has no alternatives! |
As far as I know, there is no current alternative for reliably muting all microphones plus the camera on OS level. |
I really do not understand the problem that would have been to simply keep this tool ? Maintenance mode, fine. So what ? who has a problem with that ? is there any unofficial-we-do-not-dare-to-say reason ? Please bring us this feature back !! ;) thanks |
What's the point of removing it if you don't even offer a native Windows feature that works in a similar way? What's the point of removing it if barely need to 'maintain'/touch the code of this feature. No downsides for you, but only for us. Well, it is what it is then, but I'm not updating. |
Dear OP - Created an account say how much I really don't like this feature removed. It's the feature I use the most. I loved it. It was reliable and worked for any application as intended. Please bring it back. What's the benefit of removing it? To everyone else - What is the "equivalent" the OP is referring to? I've never heard of one. |
None of us here have, I think. :(
This comment I posted earlier turned out to be a red herring. It seems to me that whenever I start an application that uses my mic (that can also be the "Sounds" settings window where you see the mic on the "Recording" tab), VCM doesn't mute it, only after toggling mic mute on and off. "Have you tried turning it off and on again?" prevails as always. :D
I briefly looked into factoring out VCM into a separate application and so far it seems possible. I haven't got far in the process yet, but most of the module projects can be removed from the solution (except for some projects in MouseUtils due to VCM depending on them), which cuts down the number of projects from ~200 to just 40. Starting the application from VS like that works fine, but it messes with the settings of the live application, because it's reading the same registry entries (and it initializes every module to be enabled), so the settings-related logic (and UI) of all the other modules need to be stripped out too. BTW someone asked in another thread about the claim regarding low usage and if there's telemetry data behind the decision. There is a small Telemetry project in the solution and
I wonder what's the replacement logic. :D |
Description of the new feature / enhancement
We're planning to remove Video Conference Mute (VCM) in v0.88. It has been in maintenance mode since v0.67, has low usage, and there are similar features already available in Windows. We appreciate everyone's contributions and we want to thank you all for continuing to support PowerToys. ❤
Scenario when this would be used?
If you still want access to the source code, you can find it in a previous release's tree: https://github.com/microsoft/PowerToys/tree/v0.86.0
Supporting information
No response
The text was updated successfully, but these errors were encountered: