MrHertal / react-native-twilio-phone

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

Hangup does not work #101

Open berrym72 opened 1 year ago

berrym72 commented 1 year ago

When I call RNCallKeep.endAllCalls() it does not end the call. Anyone else have that issue?

josaric commented 1 year ago

I'm using the version: "react-native-twilio-phone": "^1.10.0", RNCallKeep.endAllCalls() works fine for me

dianamariand92 commented 1 year ago

I am having the same issue. @berrym72 Did you find a solution?