Skip to content

Commit b1c6420

Browse files
authored
Update LiveSessionService.swift
1 parent 422939d commit b1c6420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import Foundation
2828
///
2929
/// This mainly comes into play when we don't want to block developers from sending messages while a
3030
/// session is being reloaded.
31-
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, *)
31+
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
3232
@available(watchOS, unavailable)
3333
actor LiveSessionService {
3434
let responses: AsyncThrowingStream<LiveServerMessage, Error>

0 commit comments

Comments
 (0)