MCPcopy Create free account
hub / github.com/Roy3838/Observer /

Class

app/src/utils/tutorialStreamCapture.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18const FILL_MS = 20000; // 0% -> 100% once, then holds at 100% forever (no loop)
19
20class TutorialStreamCapture {
21 private rafId: number | null = null;
22 private stream: MediaStream | null = null;
23 private startedAt = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected