react-native-webrtc / react-native-callkit

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

Method for ending all calls #35

Closed aarkalyk closed 6 years ago

aarkalyk commented 6 years ago

This should solve the problem of callKit not closing due to the following error: Error Domain=com.apple.CallKit.error.requesttransaction Code=4 ( issue #3 ) As far as I know the error with code 4 means that no call matching the callUUID that user requested was found. And it's impossible to get this error if we just end all of them :)

aarkalyk commented 6 years ago

Hi, @ianlin ! Could you, please, review this one?

ianlin commented 6 years ago

Thanks!

krajay015 commented 5 years ago

@aarkalyk @ianlin this issue is still there.My uuid is constant but callkit is not always closing the view after calling the RNCallKit.endCall(uuid)