Replies: 1 comment
-
I confirmed that 'event stream' is not supported in React Native. I gave up, I implemented it in java instead! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use startConversation for continuous communication in RactNative!
I see the requestEventStream parameter on the documentation.
arguments like this.
But TS needs an AsyncIterable. arguments.
Then, I see this.
Oh fuck!, I's out of my head. How do I consistently send my microphone audio stream? How do I consistently subscribe the callback events?
I can't find the demo anywhere. There is a just java demo on doc site.
Please someone please help me out. 😭
Beta Was this translation helpful? Give feedback.
All reactions