Skip to content

Commit

Permalink
Also remove title in Webcam/ScreenCapture
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed May 8, 2024
1 parent 5e87d31 commit d6f2ab7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/@uppy/screen-capture/src/ScreenCapture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function getMediaDevices() {
}

export interface ScreenCaptureOptions extends UIPluginOptions {
title?: string
displayMediaConstraints?: MediaStreamConstraints
userMediaConstraints?: MediaStreamConstraints
preferredVideoMimeType?: string
Expand Down
1 change: 0 additions & 1 deletion packages/@uppy/webcam/src/Webcam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export interface WebcamOptions<M extends Meta, B extends Body>
showVideoSourceDropdown?: boolean
/** @deprecated */
facingMode?: MediaTrackConstraints['facingMode'] // @TODO: remove in the next major
title?: string
videoConstraints?: MediaTrackConstraints
showRecordingLength?: boolean
preferredImageMimeType?: string | null
Expand Down

0 comments on commit d6f2ab7

Please sign in to comment.