Skip to content

Commit

Permalink
feat: open front camera by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaiodias committed Apr 29, 2019
1 parent c16e3bf commit 06fe388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video-recorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ export default class VideoRecorder extends Component {
ref={el => (this.videoInput = el)}
type='file'
accept='video/*'
capture='camcorder'
capture='user'
style={{ display: 'none' }}
onChange={this.handleVideoSelected}
/>
Expand Down

0 comments on commit 06fe388

Please sign in to comment.