Skip to content

Commit

Permalink
Play video inline
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreo committed Dec 3, 2024
1 parent 28482db commit 275b65b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const VideoPlayerSimpleStream = ({ videoStream, videoStreamName }: IVideo
<video
autoPlay
muted
playsInline
ref={(video) => {
if (video) video.srcObject = videoStream
}}
Expand Down

0 comments on commit 275b65b

Please sign in to comment.