[mediacapture-screen-share] Constraints for Captured Display Surfaces should move to MediaTrackSettings

uysalere has just created a new issue for https://github.com/w3c/mediacapture-screen-share:

== Constraints for Captured Display Surfaces should move to MediaTrackSettings ==
The spec currently allows constraints to observe the properties of the selected display surface. These are only observable, such that they cannot be changed after returned. 

The way it is working right now, they would be better defined under getSettings() and partial dictionary should be defined on MediaTrackSettings. The aim here seem to be to allow the application to query the current settings of the object's constrainable properties, which getSettings() does exactly. Putting these as read-only exceptional cases under getConstraints() seems to overlap with what getsettings() should do.

Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/66 using your GitHub account

Received on Friday, 24 August 2018 19:07:32 UTC