Open Micheduc25 opened 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.
i pushed a PR for this #32
Any updates on adding this feature??
Does this work with presenceChannel?
any update on this
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?
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});