datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
272 stars 229 forks source link

[Android] App crashes when answering the call #155

Open mariouzae opened 5 years ago

mariouzae commented 5 years ago

Hi,

I am using RN-PJSIP version 2.7.4 and when it receives a call, the application closes unexpectedly.

What I'm doing:

endpoint.on ('call_received', (call) => { endpoint.answerCall (call); });

Is anyone facing the same problem?

ekremanli commented 5 years ago

You must control the record audio permission on android.