Skip to content

Interface: RecordingState

@roomful/vue


@roomful/vue / RecordingState

Defined in: core/dist/types.d.ts:2039

A reactive snapshot of the recorder, for UI bindings.

durationMs: number

Defined in: core/dist/types.d.ts:2045

The span of the current take in milliseconds.


frameCount: number

Defined in: core/dist/types.d.ts:2043

How many frames have been captured in the current take.


isRecording: boolean

Defined in: core/dist/types.d.ts:2041

Whether capture is currently active.