react-native-pjsip
react-native-pjsip copied to clipboard
[Android] App crashes when answering the call
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?
You must control the record audio permission on android.