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.

MDN Reference

Constructors

Link copied to clipboard
constructor(type: EventType<RTCTrackEvent>, init: RTCTrackEventInit)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

The WebRTC API interface RTCTrackEvent's read-only streams property specifies an array of track being added to the RTCPeerConnection.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
open override val type: EventType<RTCTrackEvent>

Functions

Link copied to clipboard
open override fun asInit(): RTCTrackEventInit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard