You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello kadariyaujwal,
Due to API changes in 1.2.0, "reportNewIncomingCall" is now an instance method.
To achieve the same behaviour as before, instead of "FlutterCallkitPlugin.reportNewIncomingCall" you need to call "FlutterCallkitPlugin.sharedInstance.reportNewIncomingCall".
README example will be fixed asap, thank you for letting me know
Hi I get this Error in IOS. Please help
Instance member 'reportNewIncomingCall' cannot be used on type 'FlutterCallkitPlugin'; did you mean to use a value of this type instead?
Here is my app delegate.swift
The text was updated successfully, but these errors were encountered: