Skip to content

Missing fields in MediaTrackConstraints #286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sk- opened this issue Aug 23, 2017 · 2 comments
Closed

Missing fields in MediaTrackConstraints #286

sk- opened this issue Aug 23, 2017 · 2 comments

Comments

@sk-
Copy link

sk- commented Aug 23, 2017

The fields autoGainControl, noiseSupression, latency and channelCount defined in the spec https://w3c.github.io/mediacapture-main/getusermedia.html#media-track-constraints are missing from MediaTrackConstraints.

@mhegazy
Copy link
Contributor

mhegazy commented Aug 23, 2017

A PR would be appreciated.

@chris-morgan
Copy link

Note that only channelCount and latency are in the current Candidate Recommendation—​autoGainControl and noiseSuppression are only in the Working Draft. Not sure quite what protocol is in such cases, given that these are extra fields rather than types.

chris-morgan added a commit to chris-morgan/TSJS-lib-generator that referenced this issue Sep 16, 2017
I have not included `autoGainControl` or `noiseSuppression` in this
commit as they are only in the working draft, not the current candidate
recommendation.

Fixes microsoft#286.
@mhegazy mhegazy mentioned this issue Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants