kakajansh / echo

Laravel Echo for your Flutter apps.
MIT License
108 stars 70 forks source link

Presence Channel does not contain the whisper method for emiting whispers #31

Open Micheduc25 opened 4 years ago

Micheduc25 commented 4 years ago

It is not possible to send a Whisper event when joining a presence channel for example echo.join("chat.${activeUser.id}") .whisper("typing", {'id': user.id});

Ham3D commented 4 years ago

@kakajansh take a look here : https://laravel.com/docs/5.7/broadcasting#authorizing-presence-channels It's said a presence channel is also a private channel, so it should support the whisper method.

Ham3D commented 4 years ago

i pushed a PR for this #32

AhW00 commented 3 years ago

Any updates on adding this feature??

AhW00 commented 3 years ago

Does this work with presenceChannel?

UnifySoftTech commented 3 years ago

any update on this

codoffer commented 2 years ago

It is not possible to send a Whisper event when joining a presence channel for example echo.join("chat.${activeUser.id}") .whisper("typing", {'id': user.id});

Have you got any solution for this?