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 712b8b4 commit 6ec278bCopy full SHA for 6ec278b
FirebaseAI/Sources/Types/Public/Live/LiveSession.swift
@@ -21,7 +21,7 @@ import Foundation
21
/// through the incremental API (such as ``sendContent(_:turnComplete:)``).
22
///
23
/// To create an instance of this class, see ``LiveGenerativeModel``.
24
-@available(macOS 12.0, *)
+@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
25
public final class LiveSession: Sendable {
26
private let service: LiveSessionService
27
0 commit comments