Review mute/unmute/ended and constraints on track in audioContext.createMediaStreamDestination().stream #2571
Labels
category: editorial
Editorial changes that do not affect interpretation. https://www.w3.org/policies/process/#class-2
Needs Edits
Decision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/
size: S
Small amount of work expected to resolve.
As per w3c/mediacapture-main#984, please review mute/unmute/ended and constraints on the track in MediaStreamAudioDestinationNode's stream.
This is a spec cleanup to remove any implicitly inherited behaviors, requiring each spec that defines a source of new MediaStreamTracks to follow these extension guidelines, specifically:
A quick perusal revealed no mention of muted, ended or constraints related to MediaStreamAudioDestinationNode's track.
If a MediaStreamAudioDestinationNode's track is never muted or ended, and cannot be constrained (with applyConstraints), this is now the default behavior, but it might be good to call it out if it is intentional. E.g. something like "The MediaStreamAudioDestinationNode's stream's track is never muted or ended, and has no constraints."
The text was updated successfully, but these errors were encountered: