Skip to content

Fix Chrome support data for MediaStreamTrack.applyConstraints - #30320

Open
BHUVANSH855 wants to merge 1 commit into
mdn:mainfrom
BHUVANSH855:fix-25717-media-stream-track-apply-constraints
Open

Fix Chrome support data for MediaStreamTrack.applyConstraints#30320
BHUVANSH855 wants to merge 1 commit into
mdn:mainfrom
BHUVANSH855:fix-25717-media-stream-track-apply-constraints

Conversation

@BHUVANSH855

Copy link
Copy Markdown
Contributor

Summary

Update Chrome compatibility data for MediaStreamTrack.applyConstraints() to reflect partial implementation when applying the echoCancellation constraint.

Test results and supporting details

  • git diff --check
  • npm run format
  • npm run lint
  • Unit tests: 338 passed, 0 failed ✅
  • Git pre-push checks: TypeScript, ESLint, and Prettier passed ✅
  • Chromium issue: https://crbug.com/390804131

Related issues

Fixes #25717

@github-actions github-actions Bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:xs [PR only] 0-6 LoC changed labels Aug 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

Comment thread api/MediaStreamTrack.json
Comment on lines +50 to +51
"partial_implementation": true,
"notes": "`echoCancellation` does not always take effect when used with `applyConstraints()`."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the issue I wrote:

For Chrome, if applyConstraints() with echoCancellation never has an effect, we should set version_added to false here

Is there evidence that this ever has an effect? Then the notes should mention when it works, and when it doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:xs [PR only] 0-6 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

api.MediaStreamTrack.applyConstraints - Chrome does not support applyConstraints

2 participants