react-native-webrtc / react-native-callkit

#deprecated iOS 10 new CallKit framework for React Native
ISC License
122 stars 67 forks source link

`endCall` callback not called when cancelling call with side lock button #52

Closed rcidt closed 6 years ago

rcidt commented 6 years ago

If you start a call via the startCall method, and then press on the lock button on the side of the phone, the call UI will say that the call has ended but the endCall callback is never called.

rcidt commented 6 years ago

This is a non-issue. This was happening because I was running this in debug mode. Sometimes when you lock the phone the JS will error out.