react-native-twilio-programmable-voice
react-native-twilio-programmable-voice copied to clipboard
iOS - error The operation couldn’t be completed. (com.apple.CallKit.error.requesttransaction error 4.)
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