Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
make muted by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoconnell committed Aug 26, 2024
1 parent 853ca83 commit 62e9a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test-sdk.ts
.env
.env.local
.env.development
.evn.production
.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const NativeVideoPlayer: React.FC<NativeVideoPlayerProps> = ({ url }) => {
<video
ref={videoRef}
controls
muted={true}
style={{
width: 'auto',
maxWidth: '100%',
Expand Down

0 comments on commit 62e9a20

Please sign in to comment.