RemoteParticipant ⇐ Participant
ParticipantRemoteParticipant represents a single remote Participant in the ProCONF room.
Kind: global class
Extends:
ParticipantProperties
| Name | Type | Description |
|---|---|---|
| identity | string | The identity of the participant. |
| audioTracks | Map.<Track.ID, RemoteTrack> | The remote audio tracks of the remote participant. |
| videoTracks | Map.<Track.ID, RemoteTrack> | The remote video tracks of the remote participant. |
| dataTracks | Map.<Track.ID, RemoteTrack> | The remote data tracks of the remote participant. |
| tracks | Map.<Track.ID, RemoteTrack> | The remote tracks of the remote participant. |
RemoteParticipant.Events
Kind: static typedef of RemoteParticipant
Properties
| Name | Type | Description |
|---|---|---|
| trackPublished | TrackPublishedEvent | Track published event |
| trackUnpublished | TrackUnpublishedEvent | Track unpublished event |
| trackSubscribed | TrackSubscribedEvent | Track subscribed event |
| trackUnsubscribed | TrackUnsubscribedEvent | Track unsubscribed event |