New issue
Advanced search Search tips

Issue 814366 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

MediaDevices.getSupportedConstratins() reports true for several unsupported constraints

Project Member Reported by guidou@chromium.org, Feb 21 2018

Issue description

The following constraints are currently not supported, but getSupportedConstraints() returns true for them:

* volume
* sampleRate
* sampleSize
* latency
* channelCount
* groupId

 

Comment 1 by guidou@chromium.org, Feb 21 2018

The following new constraints in the spec are also not supported:
* resizeMode
* autoGainControl
* noiseSuppression

Comment 2 by guidou@chromium.org, Feb 26 2018

Status: WontFix (was: Assigned)
Closing. After discussing with hta@, the conclusion is that they are supported, since we recognize them and report them in getConstraints(), but they are not completely wired.
Separate bugs will be filed for each case.

Sign in to add a comment