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 30d9896 commit 082ccbdCopy full SHA for 082ccbd
FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
@@ -113,7 +113,7 @@ actor LiveSessionService {
113
///
114
/// Seperated into its own function to make it easier to surface a way to call it seperately when
115
/// resuming the same session.
116
- public func connect() {
+ func connect() {
117
setupTask.cancel()
118
setupTask = Task { [weak self] in
119
try await withCheckedThrowingContinuation { setupContinuation in
0 commit comments