cybex-dev / twilio_voice

Flutter Twilio Voice Plugin
https://twilio-voice-web.web.app/
MIT License
39 stars 84 forks source link

PlatformException(unavailable, End Call Failed: The operation couldn’t be completed. (com.apple.CallKit.error.requesttransaction error 4.)., null, null) #184

Open cybex-dev opened 1 year ago

cybex-dev commented 1 year ago

Issue Summary

PlatformException(unavailable, End Call Failed: The operation couldn’t be completed. (com.apple.CallKit.error.requesttransaction error 4.)., null, null)

Ref: source

Steps to Reproduce

  1. ?
cybex-dev commented 1 year ago

@cybex-dev See:

jd-bus commented 4 months ago

Facing the same issue. Is there at least a way to catch the error so it wouldn't be a crasher? I already have TwilioVoice.instance.call.place wrapped in an error handler but it doesn't catch this.