Skip to content

Interface: RecordingFrame

@roomful/core


@roomful/core / RecordingFrame

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

A single captured wire signal in a session recording.

direction: RecordingDirection

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

Whether the local peer received or sent this signal.


signal: PeerWireMessage

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

The wire signal captured at the room’s transport boundary.


t: number

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

Milliseconds elapsed from the start of the recording to this signal.