This would also interests me. Anyone has any idea?
Laravel Echo get presence channel's connected users WITHOUT joining channel
Is there a way for me to get a presence channel's connected users without joining the channel?
I have a "global" presence channel instance that runs on every page to see what users are online in realtime. I use this information to filter rows from my database by who's online on the website right now. I use vue to accomplish this.
Another place where this would be helpful is: I have chatrooms and have an index page where I list all chatrooms. I want to show how many users are connected to those chatrooms without joining it.
Thanks for the help; I hope I gave enough context!
Are you using Pusher or Laravel-Echo-Server?
Using Laravel-echo-serber you can use the HTTP API to get stats about each channel.
Please or to participate in this conversation.