Luke Oliff

Results 58 comments of Luke Oliff

Does this mean you're unblocked? I have a PR up to formalise the method of using custom fetch and websocket clients. It will be fowards compatible with `_experimentalCustomFetch` Check out...

latest version going out will allow you to provide an abort and timeout config to the fetch config. see the readme after release

`onMessageDeleted( id, extra )` Responds to chat message deleted You'll be able to look for any messages with that ID and remove them from the visible messages on your overlay....

We don't have any shellscripts :/

Check out draft PR #283 which makes the socket connection public. That Twilio blog also predates a ton of improvements we've made

this will be available in the `conn` property of the client

hey, `DEEPGRAM_ENV=development` results in not creating a temporary key, and instead exposes your API key to the client. you shouldn't use it unless it is in a development environment

it could be that in your environment, the key is not living long enough for the connection to be started. you could increase the time to live. it should be...

The SDK remains untested and (it looks) incompatible with some new features of Next.js 15. For now, you can downgrade to Next.js 14, or you can connect to Deepgram via...

Good catch, surprised this got through...