Skip to content

Function: useRecording()

@roomful/solid


@roomful/solid / useRecording

useRecording<TPresence>(): UseRecordingResult

Defined in: solid/src/index.ts:1388

Subscribes to the session recording engine: reactive isRecording, frameCount, and durationMs primitives plus start/stop/replay/export controls.

TPresence extends PresenceData = PresenceData

The room presence shape.

UseRecordingResult

Accessors for the recorder state plus controls.