-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StartCallAction transaction request failed: com.apple.CallKit.error.requesttransaction error 2 #253
Comments
Have you checked on twilio logs?
|
Hey @Erchil66 .
Which Twilio logs are you referring to? The call is never started so it never reaches TwiML app because I didn't see anything in the console logs of the Twilio Function registered a a callback. I just get
Receiving this from Twilio SDK:
On Android the call is started and System Phone Screen is shown. The call never reaches iOS. Couldn't test between two Android devices though so not sure if it works. |
I updated VoIP certificate but the issue still persists. |
@agent515 hi, also good day I've been using the package almost 2 years now, I encountered this on my end for what i did was:
Those things worked for me. Actually And i hope this helps. |
Hey @Erchil66 , wish you a good day as well and thanks for all the help you've been doing! So I just found the issue. I also had this package working for me for the past two years but just a few months back I added It seems that if !controller.hasPlugin("twilio_voice") {
let registrar = controller.registrar(forPlugin: "twilio_voice")
if let unwrappedRegistrar = registrar {
let eventChannel = FlutterEventChannel(name: "twilio_voice/events", binaryMessenger: unwrappedRegistrar.messenger())
eventChannel.setStreamHandler(self)
}
} |
Issue Summary
When trying to call another Twilio registered Client from iOS device, this error pops up saying,
StartCallAction transaction request failed: The operation couldn’t be completed. (com.apple.CallKit.error.requesttransaction error 2.)
. Calling used to work before (6-7 months back) so I don't know why is this failing now?Here is a related SO answer.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: