-
-
Notifications
You must be signed in to change notification settings - Fork 452
Open
Description
version flutter_callkit_incoming: ^2.5.2
Flutter version 3.29.2
On xiaomi android 14 -> CallKit wakes up device
On Samsung A05 or S24 android 14 -> CallKit no wake up device
CallKitParams callKitParams = CallKitParams(
id: const Uuid().v4(),
nameCaller: "TEST",
appName: 'XXX',
type: 1,
textAccept: callAnswer,
textDecline: callDecline,
missedCallNotification: NotificationParams(
showNotification: true,
isShowCallback: true,
subtitle: missedCall,
callbackText: missedCall,
),
duration: 30000,
extra: <String, dynamic>{'xxxx'},
headers: <String, dynamic>{'apiKey': 'xxxx', 'platform': 'flutter'},
android: AndroidParams(
isCustomNotification: true,
isShowLogo: false,
ringtonePath: 'system_ringtone_default',
backgroundColor: '#0955fa',
backgroundUrl: '',
actionColor: '#4CAF50',
incomingCallNotificationChannelName: 'Urgent Incoming Calls',
missedCallNotificationChannelName: missedCallChannel,
),
i tried to add requestNotificationPermission without success
Metadata
Metadata
Assignees
Labels
No labels