Closed rcorrie closed 6 years ago
Found the reason this is happening in the SO answer https://stackoverflow.com/a/43996921/1405492
There is no needs to check permissions on native side. I think that https://github.com/zxcpoiu/react-native-incall-manager could help with requestPermissions
You are right, thanks @datso you can close this
I updated the
targetSdkVersion
in myapp/build.gradle
file to 23 and now it crashes when callingendpoint.makeCall
.Here is the relevant part of my
build.gradle
file:logcat output: