Participant
Last updated
Last updated
© Copyright 2024 ALO.ai, Inc. • All Rights Reserved
A participant object represents a user that is connected to a given channel. You can get the list of participants from the AudioChannel object. You will also get a list of participants with the onParticipantsChanged event.
Property
Type
Description
connectionId
String
Unique identifier, generated by the Audio Service, that identifies a user's connection to a given channel.
muted
Boolean
When true
the given participant's microphone is active.
name
String
Name of the participant that can be used for display purposes.
userId
String
User id of the given participant.