Skip to content

Interface: RoomfulRecording

@roomful/vue


@roomful/vue / RoomfulRecording

Defined in: core/dist/types.d.ts:2022

A serializable session recording: a timed log of one peer’s room traffic. This is the shape written to and read back from a .roomful file.

durationMs: number

Defined in: core/dist/types.d.ts:2032

Span of the recording in milliseconds (the last frame’s offset).


frames: RecordingFrame[]

Defined in: core/dist/types.d.ts:2034

Every captured frame, in capture order.


peerId: string

Defined in: core/dist/types.d.ts:2028

The local peer that captured them.


roomId: string

Defined in: core/dist/types.d.ts:2026

The room the signals were captured from.


startedAt: number

Defined in: core/dist/types.d.ts:2030

Absolute epoch milliseconds when capture started.


version: 1

Defined in: core/dist/types.d.ts:2024

The recording schema version (see RECORDING_FORMAT_VERSION).