textmode.export.js / VideoRecordingState
Type Alias: VideoRecordingState
ts
type VideoRecordingState = "idle" | "recording" | "encoding" | "completed" | "error";Lifecycle state reported while a video export is being prepared, recorded, encoded, or completed.