From the course: Extending Laravel with First Party Packages

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Accessing subscriber information within a presence channel

Accessing subscriber information within a presence channel

From the course: Extending Laravel with First Party Packages

Accessing subscriber information within a presence channel

- [Instructor] Alright, now what I wanted to do in this video is we kinda wanna, just before we leave the concept of a presence channel, and move on to events, what I wanna do is kinda move back and talk about something that we briefly skipped over in the last few videos, and that was getting information about the users that are in the channel. So, in this video what we're gonna focus on is getting all of the available information about the users that are currently in the presence channel with us. So, we wanna see who else is in the room, and the information that's available about them and how we can process that. We want to update the information as users enter and leave the room. So, if someone leaves the room, we want to know that they are no longer in there, and specifically who left and so forth. And then, we also want to make sure to configure the information that is available to the users in the room, what they can see about a user and so forth. So, let's go ahead and take a…

Contents