[mediacapture-viewport] Stop referencing DisplayMediaStreamConstraints dictionary (#21)

jan-ivar has just created a new issue for https://github.com/w3c/mediacapture-viewport:

== Stop referencing DisplayMediaStreamConstraints dictionary ==
Several recent non-constraint member additions to the *DisplayMediaStreamConstraints* dictionary are not relevant to *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.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 16 June 2022 19:56:26 UTC