RTCTrackEventInit.track
The RTCTrackEventInit
dictionary's
track
property specifies the
MediaStreamTrack
associated with the track
event.
Syntax
var trackEventInit = {
receiver: rtpReceiver,
track: mediaStreamTrack,
streams: [videoStream],
transceiver: rtpTransceiver
};
var track = trackEventInit.track;
Value
A MediaStreamTrack
representing the track with which the event is
associated. This is the track that's being added to the
RTCPeerConnection
.
Specifications
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'RTCTrackEventInit.track' in that specification. |
Candidate Recommendation | Initial specification. |
Browser compatibility
BCD tables only load in the browser