Skip to main content

RemoteParticipant ⇐
Participant

RemoteParticipant represents a single remote Participant in the ProCONF room.

Kind: global class
Extends:

Participant

Properties

NameTypeDescription
identitystringThe identity of the participant.
audioTracksMap.<Track.ID, RemoteTrack>The remote audio tracks of the remote participant.
videoTracksMap.<Track.ID, RemoteTrack>The remote video tracks of the remote participant.
dataTracksMap.<Track.ID, RemoteTrack>The remote data tracks of the remote participant.
tracksMap.<Track.ID, RemoteTrack>The remote tracks of the remote participant.

RemoteParticipant.Events

Kind: static typedef of RemoteParticipant
Properties

NameTypeDescription
trackPublishedTrackPublishedEventTrack published event
trackUnpublishedTrackUnpublishedEventTrack unpublished event
trackSubscribedTrackSubscribedEventTrack subscribed event
trackUnsubscribedTrackUnsubscribedEventTrack unsubscribed event