I would like to unship the MediaStream subclass LocalMediaStream and its stop method.
Firefox is the only major browser to still ship LocalMediaStream. It is the type we use for the MediaStream that is returned from getUserMedia. The most breakage I expect is for the removal of the stop method, but for this we shipped a console deprecation warning in Firefox 44 (bug 1103188). The alternative to stopping the MediaStream from getUserMedia is to stop all the tracks that were originally present in it through the stop method on MediaStreamTrack. We shipped this method in Firefox 34 (bug 1057955). This work is tracked in bug 1258143. https://bugzilla.mozilla.org/show_bug.cgi?id=1258143 _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform