Block outgoing call from WhatsApp

Viewed 31

I want to block outgoing VOIP call from WhatsApp. I can detect if there is a call using AudioManager, but don't know how to reject/stop it. I can't find something like stop() or cancel() in AudioManager instance.

0 Answers
Related