Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
514 stars 197 forks source link

Can we set custom volume for custom sound in push notification ? #323

Open NilkanthSoni opened 6 years ago

NilkanthSoni commented 6 years ago

Hi, I am working on meteor app which has push notification functionality and I used raix/push. It's working perfectly and also implemented custom sound functionality as well.

But I want to implement CUSTOM VOLUME for custom notification sound. Which is independent of system sound profile.(Sound/Mute/Vibrate whatever is set on the device).

Also whenever user is on call with someone and my app receives notification then it is required to hear app notification sound in ear with custom volume. currently there is no sound if notification is received while a user is on phone call

Please let me know if any solution for this.