We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84fd24 commit f4e95f5Copy full SHA for f4e95f5
firebase-ai/src/main/kotlin/com/google/firebase/ai/type/LiveSession.kt
@@ -169,13 +169,6 @@ internal constructor(
169
.catch { throw FirebaseAIException.from(it) }
170
171
// TODO(b/410059569): Add back when fixed
172
- // return session.incoming.receiveAsFlow().map {
173
- // JSON.decodeFromString<InternalLiveServerMessage>(
174
- // it.readBytes().toString(Charsets.UTF_8)
175
- // ).toPublic()
176
- // }.onCompletion {
177
- // stopAudioConversation()
178
- // }.catch { throw FirebaseAIException.from(it) }
179
}
180
181
0 commit comments