produceCropId
renamed asproduceCropTarget
.- Use of
crop-IDs
, which were UUIDs, were replaced withCropTarget
, an opaque interface.
- A cloned
BrowserCaptureMediaStreamTrack
now starts out uncropped. This makes things simpler in multiple ways:- Simplifies the spec - all tracks now start out uncropped, with no exceptions.
- Eliminates potential concerns over whether a
Promise
returned bycropTo()
, once resolved, would signal that new frames are cropped on both the original track and the clone, or only on the original track.