The WebRTC API
interface RTCTrackEvent
's read-only
streams
property specifies an array of
MediaStream
objects, one for each of the streams that comprise the
track being added to the RTCPeerConnection
.
Syntax
var streams = trackEvent.streams;
Value
An Array
of MediaStream
objects, one for each stream that
make up the new track.
Specifications
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'RTCTrackEvent.streams' in that specification. |
Candidate Recommendation | Initial specification. |
Browser compatibility
BCD tables only load in the browser