Skip to content

Interface: RecordingState

@roomful/core


@roomful/core / RecordingState

Defined in: packages/core/src/types.ts:2366

A reactive snapshot of the recorder, for UI bindings.

durationMs: number

Defined in: packages/core/src/types.ts:2374

The span of the current take in milliseconds.


frameCount: number

Defined in: packages/core/src/types.ts:2371

How many frames have been captured in the current take.


isRecording: boolean

Defined in: packages/core/src/types.ts:2368

Whether capture is currently active.