Closed kadariyaujwal closed 3 years ago
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