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

Method getStreams

app/src/utils/browserStreamCapture.ts:300–302  ·  view source on GitHub ↗

* Get current streams

()

Source from the content-addressed store, hash-verified

298 * Get current streams
299 */
300 getStreams(): BrowserCaptureStreams {
301 return { ...this.streams };
302 }
303
304 /**
305 * Check if a stream is available

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected