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 6df1112 commit dd06a46Copy full SHA for dd06a46
firebase-ai/src/main/kotlin/com/google/firebase/ai/type/LiveSession.kt
@@ -147,7 +147,7 @@ internal constructor(
147
public fun isActive(): Boolean = session.isActive
148
149
/** Indicates whether an audio conversation is being used for this session object. */
150
- public fun isAudioConversationRunning(): Boolean = (audioHelper == null)
+ public fun isAudioConversationRunning(): Boolean = (audioHelper != null)
151
152
/**
153
* Receives responses from the model for both streaming and standard requests.
0 commit comments