Several recent non-constraint member additions to the [DisplayMediaStreamConstraints](https://w3c.github.io/mediacapture-screen-share/#displaymediastreamconstraints) dictionary are not relevant to [getViewportMedia](https://w3c.github.io/mediacapture-viewport/#dom-mediadevices-getviewportmedia): ```idl dictionary DisplayMediaStreamConstraints { (boolean or MediaTrackConstraints) video = true; (boolean or MediaTrackConstraints) audio = false; SelfCapturePreferenceEnum selfBrowserSurface; // 1 SystemAudioPreferenceEnum systemAudio; // 2 SurfaceSwitchingPreferenceEnum surfaceSwitching; // 3 }; ``` This spec needs to maintain its own copy of this dictionary without these additions.