You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen this posted by others using React Native. I am not a native app engineer so I have no way to reproduce this. It is likely something to do with our namespaced options is not working in React Native. I'd need someone from the community to help me reproduce and/or fix
Same issue here as @ndbac mentioned. Seem that not able to implement DeepGram with reactnative. Hope that Deepgram can release the fix version soon. @lukeocodes
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 on this line:
const live = deepgram.listen.live({ model: "nova-2" });
I am getting this error: TypeError: Invalid base URL wss://api.deepgram.com
I am working in ReactNative 0.72. Can anyone guide me, what is the issue and what I am doing wrong.
The text was updated successfully, but these errors were encountered: