Class RemoteParticipant

A RemoteParticipant is a remote peer connected to the space. While Remote Participant events are emitted on Space remote participants can also emit ParticipantEvent to give you more fine grained control.

Hierarchy

  • EventEmitter
    • RemoteParticipant

Properties

audioTracks: Map<string, RemoteTrack> = ...

A map of all audio tracks on this participant

connectionId: string

A unique connection id generated every time a participant connects to a space

displayName: string

The display name of the participant

id: string

The unique participant id derived from the participant_id field in the JWT

The role for this participant in the space. This can be one of ParticipantRole.Publisher or ParticipantRole.Subscriber

The status of this participant

videoTracks: Map<string, RemoteTrack> = ...

A map of all video tracks on this participant

Methods

Generated using TypeDoc