WebSockets for real-time streaming transcription using AssemblyAI

Resolved

Hi All,

I'm trying to build a verbal chatbot similar to Siri or Google Assistant. To that end I'm looking at using AssemblyAI's real-time streaming transcription model. https://www.assemblyai.com/docs/guides/real-time-streaming-transcription

It requires WebSockets to work, which I understand to be tricky in FlutterFlow, but then I stumbled upon this post: https://community.flutterflow.io/database-and-apis/post/websockets-and-live-streaming-support-in-flutterflow-compatibility-with-6eoTlS5eiPR1YsB#comment/i-already-implement-this-package-but-ff-doesn-t-have-support-to-WW9S490x7ABejQj

Ben Hemson-Struthers has managed to get a WebSocket working using the socket_io_client dart package.

So the question is, is there a fundamental reason why I won't be able to build this in FlutterFlow? Anything to watch out for?

1
9 replies