| 39 | }); |
| 40 | |
| 41 | export class SfuTranscriptRelay implements TranscriptAudioBatchSink { |
| 42 | private directTransport: DirectTransport | null = null; |
| 43 | private workerClient: TranscriptWorkerRelayConnection | null = null; |
| 44 | private readonly consumers = new Map<string, ActiveAudioConsumer>(); |
nothing calls this directly
no outgoing calls
no test coverage detected