flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

🚀 [firebase_ai] Support Live API Voice Interrupts

Open orkun1675 opened this issue 7 months ago • 1 comments

Requesting support for user voice interrupts when using the Gemini Live API. Currently, the model keeps talking (often for 10+ seconds) about an old topic even when the user speaks over it (interrupting it).

Relevant documentation section: https://firebase.google.com/docs/ai-logic/live-api?api=dev#handle-interruptions

Looks like the Python library already supports this. Does this mean only client SDK changes are neccesary?

orkun1675 avatar Sep 09 '25 18:09 orkun1675

Seeing that its not yet supported on the other instances of the Firebase SDK as far as I know its unlikely we will support it here until they do on the native modules. will be happy to implement this when that happens although 😄

MichaelVerdon avatar Nov 05 '25 12:11 MichaelVerdon