Reputation: 37
I have a Voice over IP application and I just want to be able to mute the built in microphone on a button click. How do I do this?
Upvotes: 0
Views: 1261
Reputation: 8357
You don't really need to mute the microphone, do you? Just stop processing the incoming audio. It's not something the SDK needs to do for you, it's something you need to do.
Upvotes: 2