Function: useRecording()
@roomful/vue / useRecording
Function: useRecording()
Section titled “Function: 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.
Type Parameters
Section titled “Type Parameters”TPresence
Section titled “TPresence”TPresence extends PresenceData = PresenceData
The room presence shape.
Returns
Section titled “Returns”Readonly refs for the recording state plus controls.