Version:
interface
StopRecordingOptions
typescript
interface StopRecordingOptionsProperties
| Name | Type | Description |
|---|---|---|
ffmpegCloseTimeoutMs? | number | Maximum time (ms) to wait for ffmpeg to close during stopRecording. If exceeded, ffmpeg is killed with SIGKILL. Default: 30000. Set to 0 to wait indefinitely (no timeout). |
outputPath | string | Output video path — required, ffmpeg is spawned here. |
overwrite? | boolean | Allow overwriting an existing file at outputPath. Default: false. |
Was this page helpful?