aws / amazon-chime-sdk-js

A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.
Apache License 2.0
699 stars 472 forks source link

Subscribe to Chime Live Transcription Events in Backend #2724

Open not-paul-v opened 11 months ago

not-paul-v commented 11 months ago

What are you trying to do?

We are using the chime live transcription functionality. This works fine to display the transcription on our react web app. Additionally we would like to be able to somehow store the live transcription results to do some further analysis after the meeting is over.

Is there a way to be able to subscribe to the live transcription events on our backend? We get that this library is made for client side web applications but is there a way to do this with this library? Or maybe some other way?

What documentation have you looked at so far?

We looked at the amazon chime sdk docs, the docs for this library and also the the docs of aws sdk libraries for other languages (mainly Go)

We noticed that the AWS Go SDK now supports transcribe streaming but it doesn't appear that we could use this to subscribe to existing transcription events.


If anything is unclear we are happy to provide additional informations. Thanks in advance.

CodySchaaf commented 11 months ago

We are also trying to get an understanding around this. Is the only option to hook into the S3 bucket where the transcription chunks are placed?

ofalei-hos commented 7 months ago

Hey guys! Are there any updates regarding this functionality? Thanks!

pamann commented 3 weeks ago

Also wondering about this! Feels strange that streaming is exposed to the client library but not here?