-
## What is the current behavior?
The `CreateKey` function in `pkg/api/manage/v1` can be used to create new API keys, but the `APIKey` type that it returns doesn't contain the actual key:
```go
ty…
-
## Proposed changes
Include `encoding` and `sampling_rate` in Prerecorded API. Please see: https://github.com/deepgram/deepgram-go-sdk/pull/189
## Context
NA
## Possible Implementation
…
-
-
**Reproduction**
1. Create a Jambonz application with 'Record all calls' checked
2. Return the following verb from Jambonz
```
{
"verb": "config",
"listen": {
…
-
it was working fine previously for me in v-7.6
twilio-app-1 | INFO: 172.20.0.3:38740 - "POST /call HTTP/1.1" 500 Internal Server Error
twilio-app-1 | Exception occurred in make_call: HTTPC…
-
## What is the current behavior?
Look into Error/Exception/etc where text isn't being captured as Windows Unicode. To reproduce, try connection to the Live or Prerecorded Client without using an AP…
-
## Proposed changes
This provides a mechanism for pushing handling unknown (aka unsupported) messages onto the user's code.
## Context
NA
## Possible Implementation
NA
## Other…
-
## What is the current behavior?
SyntaxError: match, case?
Is this python syntax?
## Steps to reproduce
from deepgram import DeepgramClient, PrerecordedOptions
File "/home/lee/.pyenv/ve…
-
## Proposed changes
## Context
## Possible Implementation
## Other information
-
## What is the current behavior?
An unhandled exception occurs in `_listening` in `AsyncLiveClient` which cause the `_listening` thread to error out with an error `Task exception was not retrieved`…