show user a preview of the video and allow them to re-record
This commit is contained in:
parent
6a0201a5c0
commit
87a44cfb77
@ -58,6 +58,8 @@ function ScreenRecorder({
|
||||
|
||||
const dataUrl = await blobToBase64DataUrl(completeBlob);
|
||||
|
||||
// downloadBlob(completeBlob);
|
||||
|
||||
setScreenRecordingDataUrl(dataUrl);
|
||||
setScreenRecorderState(ScreenRecorderState.FINISHED);
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user