Skip to content

Commit dd06a46

Browse files
committed
commit
1 parent 6df1112 commit dd06a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ internal constructor(
147147
public fun isActive(): Boolean = session.isActive
148148

149149
/** Indicates whether an audio conversation is being used for this session object. */
150-
public fun isAudioConversationRunning(): Boolean = (audioHelper == null)
150+
public fun isAudioConversationRunning(): Boolean = (audioHelper != null)
151151

152152
/**
153153
* Receives responses from the model for both streaming and standard requests.

0 commit comments

Comments
 (0)