react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
901 stars 439 forks source link

Add custom text to default call notification #795

Open Irfanwani opened 2 months ago

Irfanwani commented 2 months ago

Question

Description

When we receive a call, in the full screen notification it clearly shows the name of my app from which the call is coming, but in the notifiation it only showing "incoming call via", there is no app name at the end, how to add the app name in the notification or in general, is there any way to customise the native notification in callkeep.

Irfanwani commented 2 months ago

I tested it with android 14 And it works fine, as the notification UI in android 14 is different than andoid 13 (it has a bit more space to take the app name too).