-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useTrackTranscription equivalent for react native? #159
Comments
I think it might be fine to use the components-react hook? Can't test at the moment, but it's worth trying it out yourself. If it works, I'll add it to our list of exports. |
Thank you so much! I will try it out! |
is this pertaining to closed captions / subtitles? |
the
here is an example from the playground's source code. |
@tarikozket hey, can you confirm if this works for you? I never got around to testing this myself, but if it works, I can add it to this library's export list (not all of the |
yup, it does 👍 |
I wanted to know if there was a useTrackTranscription equivalent for the react native package.
The agent-playground uses this to display the chat messages for both the user and the agent.
I wanted to know if there was a built in way of achieving the same thing in a react-native app.
The text was updated successfully, but these errors were encountered: