Skip to main content
Version: 0.0.x

Video SDK Participant Class - Javascript

Participant class includes all the properties, methods and events related to all the participants joined in a particular meeting.

Get local and remote participants

You can get the local streams and participant meta from meeting.localParticipant. And a Map of joined participants is always available via meeting.participants.

Javascript
const localParticipant = meeting.localParticipant;
const participants = meeting.participants;

Participant Properties

Participant Methods

Participant Events

Got a Question? Ask us on discord