Ben Ng
Results
1
issues of
Ben Ng
I am integrating Deepgram JS SDK in React Native. Following this documentation (https://developers.deepgram.com/docs/node-sdk-streaming-transcription) I initialised the SDK doing this: import { createClient } from "@Deepgram/sdk"; const deepgram = createClient("DEEPGRAM_API_KEY"); But...
bug
react-native