Skip to content

Stop referencing DisplayMediaStreamConstraints dictionary #21

Open
@jan-ivar

Description

@jan-ivar

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions