Skip to content

Commit f4e95f5

Browse files
committed
Update LiveSession.kt
1 parent b84fd24 commit f4e95f5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/LiveSession.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,6 @@ internal constructor(
169169
.catch { throw FirebaseAIException.from(it) }
170170

171171
// 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) }
179172
}
180173
}
181174

0 commit comments

Comments
 (0)