Contact emails
Link to “Intent to Deprecate” thread
Summary
After adding MediaStream.active attribute, we can remove MediaStream.stop() method and MediaStream.label, MediaStream.ended attribute.
http://w3c.github.io/mediacapture-main/getusermedia.html#idl-def-MediaStream
Motivation
In below link, it has been discussed to remove the MediaStream.stop() method and MediaStream.label attribute,
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/m4jiqG67Mvo/j3W-jGLxmQgJ
cr bug: https://code.google.com/p/chromium/issues/detail?id=338500
Compatibility Risk
Low. since stop() has been implemented on MediaStreamTracks, so the stop method on MediaStream can be removed.Usage information from UseCounter
For MediaStream.stop(), https://www.chromestatus.com/metrics/feature/timeline/popularity/537, uses < 0.02OWP launch tracking bug
https://code.google.com/p/chromium/issues/detail?id=338500
Entry on the feature dashboard
https://www.chromestatus.com/features/5647608089411584
Shivakumar
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
LGTM2