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