MrHertal / react-native-twilio-phone

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

Caller is not able to end the call #111

Open mayankjainsofmen opened 1 year ago

mayankjainsofmen commented 1 year ago

We are using v1.10.0, the issue we are facing is when caller cuts the call, the call is still active. We are not getting the event callDisconnect and so.

When caller is making a call and it is ringing to the other person, at the same time we are getting callConnected event event call is in ringing state now. Call is ringing at the other side and caller cuts the call there is no event trigger to the caller except the RNKeep's endCall and call is still ringing and other person can still receive call.

dianamariand92 commented 1 year ago

Hi @mayankjainsofmen Did you find a solution? I am having the same problem. Thanks