Skip to content

Commit

Permalink
Fix unsafe function type
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Dec 20, 2024
1 parent ec3c620 commit 96fa9bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface IVideoStreamCardProps {
videoStream: MediaStream
videoStreamName?: string
toggleFullScreenMode: VoidFunction
setFullScreenStream: Function
setFullScreenStream: (videoStream: MediaStream) => void
}

export const VideoStreamCard = ({
Expand Down

0 comments on commit 96fa9bb

Please sign in to comment.