Re: [mediacapture-main] MediaStreamTrack.applyConstraints() should resolve the Promise with the applied constraints

@yellowdoge What's the utility? You already them, and they're synchronously available at any time:
```js
await track.applyConstraints(constraints);
console.log(constraints == track.getConstraints()); // true
```

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/462#issuecomment-320091936 using your GitHub account

Received on Thursday, 3 August 2017 21:13:59 UTC