Skip to content

Commit a4c564d

Browse files
authored
removing max frameRate fixes error on Safari (#8)
1 parent 206900c commit a4c564d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/webcam.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export function Webcam({
170170
width: { ideal: 512 },
171171
height: { ideal: 512 },
172172
aspectRatio: { ideal: 1 },
173-
frameRate: { ideal: frameRate, max: frameRate },
173+
frameRate: { ideal: frameRate },
174174
},
175175
audio:
176176
selectedAudioDeviceId === "none"

0 commit comments

Comments
 (0)