react-video-recorder icon indicating copy to clipboard operation
react-video-recorder copied to clipboard

Allow recording only from front camera

Open pedromedinacontreras opened this issue 2 years ago • 0 comments

Is there a way to let the use record the video only from the front camera?

Tried sending the following constraints but it didn't work:

<VideoRecorder constraints={{ audio: true, video: { facingMode: 'user', }, }} onRecordingComplete={handleStopRecording} isOnInitially />

pedromedinacontreras avatar Apr 29 '22 22:04 pedromedinacontreras