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

Method constructor

app/src/utils/streamManager.ts:88–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 } | null = null;
87
88 constructor() {
89 const allStreamTypes: PseudoStreamType[] = ['camera', 'screenVideo', 'screenAudio', 'microphone', 'allAudio'];
90 allStreamTypes.forEach(type => this.userSets.set(type, new Set()));
91 }
92
93 // --- Public API ---
94

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected