- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Thu, 16 Jun 2022 19:56:25 +0000
- To: public-webrtc-logs@w3.org
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