MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
153 stars 66 forks source link

Not able to accept the call when app is killed [iOS] #98

Closed chetan-sevaro closed 1 year ago

chetan-sevaro commented 2 years ago

Hi, In iOS when app is killed, I am receiving the call but when I press accept, it just opens the app and nothing happens.

SunnyBalani92 commented 1 year ago

Hi @chetan-sevaro - I m facing the same issue. Is this working for you as you have marked this as closed? Can you please help me out if its working for you

chetan-sevaro commented 1 year ago

Hi Yes, I fixed it by listening to the didLoadWithEvents event from react-native-call-keep. It stores all the events which happened while the app is in a killed state. Please feel free to reach out if you still face the issue.

SunnyBalani92 commented 1 year ago

Hi @chetan-sevaro , I have to take a different approach but that was also related to call keep event handling. Thanks for the help

josaric commented 1 year ago

@chetan-sevaro check AppDelegate.mm if you have set everything like in docs. I'm using the latest version of the app and I have no problems with outgoing or incoming calls.

developersofmen commented 1 year ago

did anyone resolved this, we are facing the same issue