react-native-pjsip icon indicating copy to clipboard operation
react-native-pjsip copied to clipboard

[Android] App crashes when answering the call

Open mariouzae opened this issue 6 years ago • 1 comments

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?

mariouzae avatar Dec 06 '18 16:12 mariouzae

You must control the record audio permission on android.

ekremanli avatar Aug 23 '19 08:08 ekremanli