W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > June 2022

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

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
Message-ID: <issues.opened-1274019464-1655409383-sysbot+gh@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

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:57 UTC