react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
909 stars 438 forks source link

Rn call keep end call listener getting call as soon as the app initiate an outbound call with 4.3.4 version #785

Open SunnyBalani92 opened 3 months ago

SunnyBalani92 commented 3 months ago

Bug report

Description

Rn call keep end call listener getting call as soon as the app initiate an outbound call with 4.3.4 version

Steps to Reproduce

As soon as the user start call to a number, it immediate trigger end call event which creates problem in happening the outbound call properly.

Versions

- Callkeep: 4.3.4
- React Native: 0.66.4
- iOS: 17 or above
- Android: NA
- Phone model:  iphone 15 pro(This is happening for us on simulator but our user is facing issue on his real device)

Logs

Paste here
SunnyBalani92 commented 3 months ago

Is anyone from react native callkeep contributor looking into this?

arekkubaczkowski commented 2 months ago

I am having the same problem, once I start a call and initialize a listeners the "endCall" event is being triggered right away.