Interface: RecordingState
@roomful/core / RecordingState
Interface: RecordingState
Section titled “Interface: RecordingState”Defined in: packages/core/src/types.ts:2366
A reactive snapshot of the recorder, for UI bindings.
Properties
Section titled “Properties”durationMs
Section titled “durationMs”durationMs:
number
Defined in: packages/core/src/types.ts:2374
The span of the current take in milliseconds.
frameCount
Section titled “frameCount”frameCount:
number
Defined in: packages/core/src/types.ts:2371
How many frames have been captured in the current take.
isRecording
Section titled “isRecording”isRecording:
boolean
Defined in: packages/core/src/types.ts:2368
Whether capture is currently active.