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.
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.