Taracque / ionic-plugin-callkit

Ionic/Cordova plugin for CallKit
36 stars 20 forks source link

(feat) define title of the missed call notification #25

Open VinceOPS opened 6 years ago

VinceOPS commented 6 years ago

Hi Taracque,

I just noticed that the notification created by the plugin (on Android) had its title hardcoded in the Java sources ({appName} call missed). I thought it would be a good idea to allow users defining it themselves as a parameter of endCall (but it will still default to the current value).

Thanks for your work, again.

Regards