WebIDLpedia

[DEPRECATED] ViewportMediaStreamConstraints dictionary

As of October 1, 2024, this name is no longer defined by a Web Platform specification

Definition

Viewport Capture defines ViewportMediaStreamConstraints



dictionary ViewportMediaStreamConstraints {
  (boolean or MediaTrackConstraints) video = true;
  (boolean or MediaTrackConstraints) audio = false;
};

Referring IDL interfaces/dictionaries