Video SDK Participant Class - iOS
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.
let localParticipant = meeting.localParticipant;
let participants = meeting.participants;
Participant Properties
Participant Methods
Participant Events
Got a Question? Ask us on discord