You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`react-media-recorder` is a fully typed react component with render prop that can be used to:
3
+
`react-media-recorder` is a fully typed react component with render prop, or a react hook, that can be used to:
4
4
5
5
- Record audio/video
6
6
- Record screen
@@ -43,6 +43,32 @@ const RecordView = () => (
43
43
44
44
Since `react-media-recording` uses render prop, you can define what to render in the view. Just don't forget to wire the `startRecording`, `stopRecording` and `mediaBlobUrl` to your component.
0 commit comments