Creates new JitsiRemoteTrack instance.
the RTC service instance.
the conference to which this track belongs to
the endpoint ID of the track owner
WebRTC MediaStream, parent of the track
underlying WebRTC MediaStreamTrack for the new JitsiRemoteTrack
the type of the media
the type of the video if applicable
the SSRC number of the Media Stream
the initial muted state
indicates whether or not this track belongs to a P2P session
the source name signaled for the track
Removes attached event listeners and dispose TrackStreamingStatus .
Returns the participant id which owns the track.
the id of the participants. It corresponds to the Colibri endpoint id/MUC nickname in case of Jitsi-meet.
Returns the tracks source name
the track's source name
Returns the synchronization source identifier (SSRC) of this remote track.
the SSRC of this remote track.
Returns track's streaming status.
the streaming status TrackStreamingStatus of the track. Returns null if trackStreamingStatusImpl hasn't been initialized.
TrackStreamingStatus.
Returns the current muted status of the track.
true if the track is muted and false otherwise.
Creates a text representation of this remote track instance.
Represents a single media track (either audio or video).