react-native-webrtc / react-native-callkit

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

Invalidate calls in CXCallProvider. #66

Closed henrikbjorn closed 5 years ago

henrikbjorn commented 5 years ago

This will make sure that CallKit isn't being confused when the app is reloaded when developing. Otherwise it would get confused and reject any transaction after the reload.

henrikbjorn commented 5 years ago

@ianlin Want to merge? Otherwise I will close the PR since we have already forked the library.