Participant
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.
Properties
Property | Type | Description |
connectionId | String | Unique identifier, generated by the Video Service, that identifies a user's connection to a given channel. |
id | String | Identifies the participant. This id will not change even if the connectionId changes. |
isMutedLocally | Boolean | This is set to |
isPublishingAudio | Boolean | This is |
isPublishingStream | Boolean | This is |
isPublishingVideo | Boolean | This is |
isCurrentUser | Boolean | This is |
mediaStream | If the participant is publishing audio and/or video this will be their media stream | |
mutedByPublisher | Boolean | When |
name | String | Name of the participant that can be used for display purposes. |
userId | String | User id of the given participant. |
Last updated