react-video-recorder
react-video-recorder copied to clipboard
Allow recording only from front camera
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 />