I'm trying to stream microphone audio to AssemblyAI websocket in a web app with FlutterFlow.
this is the endpoint i'm trying to use:
https://www.assemblyai.com/docs/api-reference/streaming/realtime
However, it seems like the audio doesn't get proceed or passed correctly since the repsone i get from the websocket is always empty.
Did anyone manage to get this to work? I'm trying to do it using dart:js.