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

Class

packages/sfu/server/transcript/sfuTranscriptRelay.ts:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39});
40
41export class SfuTranscriptRelay implements TranscriptAudioBatchSink {
42 private directTransport: DirectTransport | null = null;
43 private workerClient: TranscriptWorkerRelayConnection | null = null;
44 private readonly consumers = new Map<string, ActiveAudioConsumer>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected