php-firebase-cloud-messaging icon indicating copy to clipboard operation
php-firebase-cloud-messaging copied to clipboard

setSound is not working

Open ronaldofreitas opened this issue 7 years ago • 2 comments

Hi, I'm trying to change the sound but it does not work. I think it only works the 'default':

1°) $notif->setSound('default'); 2°) $notif->setSound('ringtone'); 3°) $notif->setSound('siren');

I am using PHP 5.6

ronaldofreitas avatar Jan 26 '18 18:01 ronaldofreitas

to make it work, you have to modify the file Notification.php sin nombre1 and then modify your $message-> setNotification with another parameter sin nombre2

kevindels avatar Sep 28 '18 17:09 kevindels

Bonjour,

Je n'arrive pas à modifier le son pourtant j'ai fait comme @k3v1nd315 Peut importe ce que je mets c'est toujours le son par défaut.

J'aimerai bien mettre mon propre son, passer directement un lien vers un fichier audio. Si quelqu'un sait comment faire, je suis preneur :)

juuulienr avatar Nov 17 '20 16:11 juuulienr