voximplant / flutter_callkit

Flutter SDK for CallKit integration to Flutter applications on iOS
MIT License
53 stars 18 forks source link

Call Not Ended #8

Closed Yuvarajacp closed 3 years ago

Yuvarajacp commented 3 years ago

[FlutterCallKit:ERROR > [ERROR_UNKNOWN_CALLUUID: The operation couldn’t be completed. (com.apple.CallKit.error.requesttransaction error 4.)]]

YuliaGrigorieva commented 3 years ago

Hello @Yuvarajacp ,

The error mesaage and CallKit error code 4 mean that the call UUID was incorrect. Please check that you provide correct UUID to the API.

Best regards, Yulia Grigorieva