Skip to content

Function: useRecording()

@roomful/vue


@roomful/vue / useRecording

useRecording<TPresence>(): UseRecordingResult

Defined in: vue/src/index.ts:1625

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

Readonly refs for the recording state plus controls.