MCPcopy Create free account
hub / github.com/ACM-VIT/conclave / commitLocalPreviewStream

Function commitLocalPreviewStream

apps/web/src/app/components/JoinScreen.tsx:447–450  ·  view source on GitHub ↗
(stream: MediaStream | null)

Source from the content-addressed store, hash-verified

445 }
446 if (kinds.includes("video")) {
447 prejoinVideoRequestGenerationRef.current += 1;
448 generation.video = prejoinVideoRequestGenerationRef.current;
449 }
450 return generation;
451 };
452
453 const getCurrentPrejoinMediaGeneration = (kind: PrejoinMediaKind) =>

Callers 5

toggleCameraFunction · 0.85
toggleMicFunction · 0.85
handleSelectVideoDeviceFunction · 0.85
handleSelectAudioDeviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected