Re: [mediacapture-main] Clarify behavior of using wrong-type constraints

Or immediate breakage for that matter once we change it, if they do 
this today out of convenience:
```js
let constraints = {width: 1280, echoCancellation: false };
let stream = await
    navigator.mediaDevices.getUserMedia({video: constraints, audio: 
constraints]);
```

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

Received on Wednesday, 12 October 2016 12:15:19 UTC