Jason Maldonis
Jason Maldonis
WebRTC has an `iceRestart` flag that allows WebRTC sessions to reconnect. What are the chances that there are any plans to add that? Here are the WebRTC docs from Mozilla:...
We want to provide a file with information about queues so that developers can automatically update their queues data without modifying code. Below is the current idea for the format....
On Android, the interface that allows you to control playback from your lock screen or home screen doesn't work. This is a known issue for Android that has existed since...
## Proposed changes The SDK is hardcoded to use `api.deepgram.com` as the base URL, but self-hosted customers use a different URL. Wherever `api.deepgram.com` is used, it should be replaced with...
`pybind` [recently updated](https://github.com/pybind/pybind11/releases/tag/v3.0.0) to v3.0.0 which includes breaking changes that are incompatible with the existing implementation of blingfire. This PR fixes `pybind11` to `>=2.13.6,
Deepgram request IDs are necessary for investigating behavior at the request level. This commit adds DEBUG logs that print Deepgram request IDs when using Deepgram's STT or TTS. Example log...