Skip to content

Commit

Permalink
Suppress audio feedback by muting monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik-mukherjee committed Apr 16, 2020
1 parent f2e1b61 commit 1c702ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-components/src/Recorder/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const Recorder = (props) => {
isDownloadReady={state.isDownloadReady}
downloadUrl={state.downloadUrl}
/>
<Player id="video" ref={setPlayerRef} autoPlay />
<Player id="video" ref={setPlayerRef} autoPlay muted controls/>
<br />
</>
);
Expand Down

0 comments on commit 1c702ef

Please sign in to comment.