Skip to content

Commit 99eec90

Browse files
author
Felipe Rodriguez Esturo
committed
update docs
1 parent 458dd5e commit 99eec90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/guides/RECORDING_VIDEOS.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ To start a video recording you first have to enable video capture:
4242
{...props}
4343
video={true}
4444
audio={true} // <-- optional
45+
onBytesWrittenVideo={(bytes) => {/*Whatever you need with bytes in realtime while it is recording*/}} // <-- optional
4546
/>
4647
```
4748

0 commit comments

Comments
 (0)