connectycube-flutter-call-kit
connectycube-flutter-call-kit copied to clipboard
A Flutter plugin for displaying call screen when the app in the background or terminated.
ConnectycubeFlutterCallKit.onCallAcceptedWhenTerminated = onCallAcceptedWhenTerminated; ConnectycubeFlutterCallKit.onCallRejectedWhenTerminated = onCallRejectedWhenTerminated; ConnectycubeFlutterCallKit.initEventsHandler(); onCallAcceptedWhenTerminated and onCallRejectedWhenTerminated functions are top-level function i put above code inside firebaseMessagingBackgroundHandler but when i clicked reject and accept button of incoming...
The ring sound plays for a few seconds when there is an incoming call and then stops. Please let me know what happens.
I'm having hard time how to use this plugin because i don't where to use the code in the documentation , i don't know if it's inside the main.dart or...
Call event parametres user_info returns null on ios but returns expected data on android
When i touch incoming video call notification, its get disappeared. How to fix this? Please help
in the main method i initilized connectycube as below `Future main() async { var widgetsBinding = WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp( options: DefaultFirebaseOptions.currentPlatform, ); ConnectycubeFlutterCallKit.instance.updateConfig( ringtone: 'custom_ringtone', icon: 'app_icon', notificationIcon: 'ic_notification', color:...
Hello, Background/Foreground call is working fine. But when the app is in a terminated state, when i accept, the method onCallAccepted is not called.
callNotification showing in debug but not showing in release, any solution please ? 
when we tap on notification it doesnot open a full screen notification or is there any way to open a custome flutter screen by tapping on the screeeen
I want to close the callkit screen from inside the app how can I do that?