Re: [mediacapture-main] What does it mean that the argument to applyConstraints() is optional

When I said doing nothing is a valid result, I meant making no changes to the settings of the track (or the underlying implementation).
The track constraints as such should be cleared in the sense that any constraints that existed no longer exist.  Making no changes to the current track settings is compatible with this, since constraints just impose restrictions to the set of valid settings. If constraints are removed, then whatever settings were in place continue to be valid (in fact any other new settings would also be valid as long as they don't violate any other rules).


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

Received on Wednesday, 12 April 2017 18:10:50 UTC