Interface: ReplayEvent
@roomful/core / ReplayEvent
Interface: ReplayEvent
Section titled “Interface: ReplayEvent”Defined in: packages/core/src/types.ts:2401
A single emission from a ReplaySession.
Properties
Section titled “Properties”cursor
Section titled “cursor”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
Section titled “isPlaying”isPlaying:
boolean
Defined in: packages/core/src/types.ts:2409
Whether playback is currently running.