react-native-twilio-programmable-voice icon indicating copy to clipboard operation
react-native-twilio-programmable-voice copied to clipboard

iOS - error The operation couldn’t be completed. (com.apple.CallKit.error.requesttransaction error 4.)

Open fabriziomoscon opened this issue 8 years ago • 0 comments

RN 0.45.0 this lib 2.11.1 experienced on iPhone 6 app running in foreground iOS lib pod 'TwilioVoice', '=2.0.0-beta14'

EndCallAction transaction request failed: The operation couldn’t be completed. (com.apple.CallKit.error.requesttransaction error 4.)

to reproduce this:

  • call a PSTN number from the app where the lib is installed
  • let the callee accept the call
  • the caller hangs the call up.

Although this represent an error in the log, I haven't seen crashes or other side effect.

related to #30

fabriziomoscon avatar Sep 09 '17 17:09 fabriziomoscon