WebRTC icon indicating copy to clipboard operation
WebRTC copied to clipboard

Microphone on/off toggle switch

Open m1tchy24 opened this issue 8 months ago • 2 comments

I'm aware that there is the ability to change streams (and have an ugly emoji button) however would it be possible to add a button with can toggle on/off the microphone without switching streams?

m1tchy24 avatar Mar 29 '25 11:03 m1tchy24

I don't plan on this, because every extra feature increases the code and complicates support. But I'll leave it in case there are a lot of suggestions or someone wants to implement it on their own.

PS. Turning off the microphone by switching the stream is not a simple wish. In this way, it is possible to implement microphone release for different camera protocols, for which it is important that the microphone is free when not in use. Disabling the microphone in the browser will not help in this task.

AlexxIT avatar Mar 29 '25 13:03 AlexxIT

I have a suggestion here: https://github.com/AlexxIT/WebRTC/issues/898

netsoft-ruidias avatar Nov 07 '25 19:11 netsoft-ruidias