RTCTrackEvent
The WebRTC API interface RTCTrackEvent
represents the RTCPeerConnection.track_event event, which is sent when a new MediaStreamTrack is added to an RTCRtpReceiver which is part of the RTCPeerConnection.
Properties
The read-only receiver
property of the RTCTrackEvent interface indicates the The RTCRtpReceiver which pairs the receiver
with a sender and other properties which establish a single bidirectional RTP stream for use by the RTCTrackEvent.track associated with the RTCTrackEvent
.
The WebRTC API interface RTCTrackEvent's read-only streams
property specifies an array of track being added to the RTCPeerConnection.
The
The WebRTC API interface RTCTrackEvent's read-only transceiver
property indicates the The transceiver pairs the track's The RTCRtpTransceiver which pairs the receiver
with a sender and other properties which establish a single bidirectional RTP stream for use by the RTCTrackEvent.track associated with the RTCTrackEvent
.