koduri
08/07/2025, 9:04 AMVapi Support Bot
08/07/2025, 9:07 AMtranscriptionService.js, ensure the following event handler is present and logging when the connection opens:
js
this.deepgramLive.addListener(LiveTranscriptionEvents.Open, () => {
this.logger.logDetailed("INFO", "Deepgram connection opened", "TranscriptionService");
});
If this log is missing, the streaming connection may not be initializing—restart your server and verify the connection is established as expected.
[See implementation details](https://docs.vapi.ai/customization/custom-transcriber#add-code-files)
Source:
- [Custom transcriber documentation](https://docs.vapi.ai/customization/custom-transcriber)Geremayaa
09/05/2025, 10:18 AMChiranjeet Mishra
09/09/2025, 6:00 AMGeremayaa
09/09/2025, 10:24 AMGeremayaa
09/09/2025, 10:28 AMGeremayaa
09/09/2025, 10:28 AM