Interface

Recording

:

Screen recording control handle.

group Data

pause

(): void

Pause the recording.

resume

(): void

Resume the recording.

stop

(): Promise<Blob>

Stop the recording and get the video data as mp4 Blob.

since v3000.0

download

(filename?: string): void

Stop the recording and downloads the file as mp4. Trying to resume later will lead to error.

kaplay logo

Layer

Miscalenous