You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a `sendFunctionResponses` method to `LiveSession`, allowing function responses to be sent during realtime sessions.
6
+
Fixes an issue where function responses during audio conversations caused the WebSocket connection to close. See [GitHub Issue #9264](https://github.com/firebase/firebase-js-sdk/issues/9264).
7
+
-**Breaking Change**: `StartAudioConversationOptions`' `functionCallingHandler` must now return a `Promise<FunctionResponse>`.
8
+
This breaking change is allowed since the Live API is in Public Preview.
0 commit comments