voximplant / flutter_callkit

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

MissingPluginException #22

Open AbdellrahmanAhmed opened 2 years ago

AbdellrahmanAhmed commented 2 years ago

MissingPluginException(No implementation found for method CallController.configure on channel plugins.voximplant.com/flutter_callkit)

YuliaGrigorieva commented 2 years ago

Hello @AbdellrahmanAhmed,

Do you see this error while running the application on android or on iOS?

If you face this exception on android, it is expected as CallKit is the Apple framework for iOS and Mac, but the flutter_callkit plugin currently supports only iOS. If you face this exception on iOS, please provide some information about the API methods calls that lead to this error, so we can reproduce the issue.

Best regards, Yulia Grigorieva