Interface: RecordingFrame
@roomful/core / RecordingFrame
Interface: RecordingFrame
Section titled “Interface: RecordingFrame”Defined in: packages/core/src/types.ts:2328
A single captured wire signal in a session recording.
Properties
Section titled “Properties”direction
Section titled “direction”direction:
RecordingDirection
Defined in: packages/core/src/types.ts:2333
Whether the local peer received or sent this signal.
signal
Section titled “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.