hoxfon / react-native-twilio-programmable-voice

React Native wrapper for Twilio Programmable Voice SDK
MIT License
181 stars 152 forks source link

incoming call failed in android #215

Closed neonithya closed 2 years ago

neonithya commented 2 years ago

I am trying to implement this package with incoming and outgoing call in react native app. when I made a call from skype to a twilio number, I get the phone rings but after I accept the call I didn't get any response and the callInviteCancelled event is called

I am using "dependencies": { "@react-native-firebase/app": "^14.10.0", "react": "17.0.2", "react-native": "0.68.2", "react-native-twilio-programmable-voice": "^4.4.0", }, TwilioVoice.addEventListener('deviceDidReceiveIncoming', function (data) { setIisIncommingCall(true); console.log('deviceDidReceiveIncoming' + data); });

I am running it on android 11