kakajansh / echo

Laravel Echo for your Flutter apps.
MIT License
107 stars 68 forks source link

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

Open Micheduc25 opened 3 years ago

Micheduc25 commented 3 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 3 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 3 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 2 years ago

any update on this

a7mdragab commented 2 years ago

Hello, I have a problem, It seems that you have implemented it successfully, can you help!

Connecting to presence channel problem

codoffer commented 1 year 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?