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