Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Micheduc25 opened this issue Oct 15, 2020 · 7 comments

Comments

@Micheduc25
Copy link

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
Copy link

Ham3D commented Oct 24, 2020

@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
Copy link

Ham3D commented Oct 26, 2020

i pushed a PR for this #32

@AhW00
Copy link

AhW00 commented Dec 28, 2020

Any updates on adding this feature??

@AhW00
Copy link

AhW00 commented Dec 29, 2020

Does this work with presenceChannel?

@UnifySoftTech
Copy link

any update on this

@codoffer
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@Ham3D @codoffer @AhW00 @UnifySoftTech @Micheduc25 and others