[New plugin] Video, Audio & Live Bundle

Thanks @lola! Can i check how to save the incoming transcription messages (as it comes) to bubble please?

Hi @nocodejordan

You’ll have to use daily events (here’s a how to on setting that up) and then you’ll want to save “transcript message” in your database every time that fires. This is what that transcript message looks like

Daily will share participant ids, and there currently isn’t an easy way to connect that to a user id so saving through transcript message typically isn’t the best but you can retrieve the transcript later through get transcript link

What’s your use case for saving in the Bubble DB as it generates?

@lola I’ve managed to set it up - my use case is to send the transcript to summarize via openai every 30s.

I realized you removed the start and stop transcription buttons from the demo page though - I tried the previous workflow and it was not able to stop and restart transcriptions in the middle of my workflow. Am i doing something wrong?

Please see video on the behavior: ClickUp

@nocodejordan they were just hidden but you can see the workflows in the editor

You don’t actually need “start transcription” if you’re using auto-start it starts automatically. And you typically wouldn’t want to start and restart a transcription multiple times if it’s the same conversation (ie i wouldn’t recommended that you stop a transcription every 30 seconds to send to open AI and then restart it)

Here’s the start/stop visible on the page if you want to try it out but again I wouldn’t recommend starting and restarting very frequently your text would likely get truncated