Skip to content

Interface: ReplayEvent

@roomful/core


@roomful/core / ReplayEvent

Defined in: packages/core/src/types.ts:2401

A single emission from a ReplaySession.

cursor: number

Defined in: packages/core/src/types.ts:2412

The index of the next frame to emit (equals the frame count when done).


frame: RecordingFrame | null

Defined in: packages/core/src/types.ts:2406

The frame just reached, or null for a pure state change (playback just started, or just finished/stopped).


isPlaying: boolean

Defined in: packages/core/src/types.ts:2409

Whether playback is currently running.