react-native-incall-manager
react-native-incall-manager copied to clipboard
setMicrophoneMute and setSpeakerPhoneOn not working in android audio call only
Here is the solution if any one still wondering (https://stackoverflow.com/questions/55644565/setmicrophonemute-and-setspeakerphoneon-not-working-in-android-audio-call-only)
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
in the manifest file of your project. Both InCallManager.setMicrophoneMute() and InCallManager.setSpeakerphoneOn() will work.