Channel Participants
Channel Participants
A participant object represents a user that is connected to a given channel. You can get the list of participants from the VideoChannel object. You will also get a list of participants with the onParticipantsChanged event.
Channel Participant Related Events
Event | Description |
onParticipantsChanged | When you join a channel you will there will be an event that gives you a list of the current channel participants. While in a given channel a similar event is fired each time a participant enters or leaves the channel. You will also see this event when a participant publishes/unpublishes or modifies their stream. |
Example onParticipantsChanged Event Payload
Rendering Participants
Last updated