Firefox Tomorrow

web api instance property

RTCOutboundRtpStreamStats: active property

View on MDN ↗

Limited availability

The active property of the RTCOutboundRtpStreamStats dictionary is a boolean that indicates whether this RTP stream is configured to be sent, or is disabled.

For example, this would be false if the track corresponding to the stream had its enabled property set to false. Note that an active stream may still not be sending if, for example, the stream is limited by network conditions.

Value

true if the stream is enabled for sending, false otherwise.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.