MrHertal / react-native-twilio-phone

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

When caller Kill the app from background - the second one callee continues to run the call on their side. #73

Closed saurabh874 closed 2 years ago

saurabh874 commented 2 years ago

iOS only: Direct Phone - If during the call, the app is killed from the background, the call does not get ended from customer's end. How to end call callee side as well.

saurabh874 commented 2 years ago

@MrHertal I also tried with example and i am facing same issue. can you please have a look.

tristonchai commented 2 years ago

You may can try this way:

Hope this helps you

saurabh874 commented 2 years ago

@tristonchai the problem is caller does not end the call from there side. it just kill the app only. so how can we send silent notification to callee. and callee get the call just like phone normal call so there is no end call function. do u have any example if yes, can you please share piece of code?