WebIDLpedia

ViewportMediaStreamConstraints dictionary

Definition

Viewport Capture defines ViewportMediaStreamConstraints



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

Referring IDL interfaces/dictionaries