deepgram/deepgram-dotnet-sdk

Keepalive method for LiveTranscriptionClient

Closed this issue · 1 comments

Proposed changes

Add a keepalive method to the livetranscriptionclient.

Context

Right now we need to do a SendData call with the keepalive message manually, which while not hard isn't obvious.

Possible Implementation

Add an async Task KeepAlive() to ILiveTranscriptionClient

Yeh we need this, and have been telling clients how to do it with a SendData call!