Keep getting closing frames from Live Transcription WebSocket #137
Replies: 1 comment 14 replies
-
This looks like the final metadata websocket text message that Deepgram will send back when a stream is ending (immediately before sending a close websocket message) - I imagine this is then coming from the previous websocket connection you are closing, and not the new websocket connection you are creating. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I've been developing live transcription feature with Deepgram's live streaming audio endpoint. Understand that it will get disconnected after eg I mute my microphone or switch audio input device. But when audio is recovered and I want to reconnect, I keep getting this closing frame(?):
This happenes even if I start a new socket and connect.
Beta Was this translation helpful? Give feedback.
All reactions