Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop referencing DisplayMediaStreamConstraints dictionary #21

Open
jan-ivar opened this issue Jun 16, 2022 · 0 comments · May be fixed by #22
Open

Stop referencing DisplayMediaStreamConstraints dictionary #21

jan-ivar opened this issue Jun 16, 2022 · 0 comments · May be fixed by #22
Assignees

Comments

@jan-ivar
Copy link
Member

jan-ivar commented Jun 16, 2022

Several recent non-constraint member additions to the DisplayMediaStreamConstraints dictionary are not relevant to getViewportMedia:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant