Closed DanielleHuisman closed 2 weeks ago
Happy to make the change.
Just curious: what makes MediaStreamTrack
stable, but not MediaTrackCapabilities
? What specification or part of the specification indicates this?
Just curious: what makes
MediaStreamTrack
stable, but notMediaTrackCapabilities
?
MediaStreamTrack
should never have been made stable in the first place. Hindsight is 20/20 ofc.
What specification or part of the specification indicates this?
Basically we don't stabilize anything unless it has reached the last stage: "Recommended".
There is some nuance to this, where we can stabilize earlier if we are fairly confident that no API changes are coming. This mostly depends on evaluating the proposals issue tracker and if its so widely used API changes are very unlikely as they would break the Internet.
Add bindings for
MediaStreamTrack.getCapabilities
and stabilizeMediaTrackCapabilities
(which it returns).