Recording: Screen recording control handle.pause(): voidPause the recording.resume(): voidResume the recording.stop(): Promise<Blob>Stop the recording and get the video data as mp4 Blob.sincev3000.0download(filename?: string): voidStop the recording and downloads the file as mp4. Trying to resume later will lead to error.
download(filename?: string): voidStop the recording and downloads the file as mp4. Trying to resume later will lead to error.