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 3c442a5 commit dba2bc0Copy full SHA for dba2bc0
FirebaseAI/Sources/Types/Public/Live/LiveSession.swift
@@ -69,7 +69,7 @@ public final class LiveSession: Sendable {
69
/// - Parameters:
70
/// - video: Encoded video data, used to update the model on the client's conversation.
71
/// - format: The format that the video was encoded in (eg; `mp4`, `webm`, `wmv`, etc.,).
72
- public func sendVideoRealtime(video: Data, format: String = "mp4") async {
+ public func sendVideoRealtime(video: Data, format: String) async {
73
let message = BidiGenerateContentRealtimeInput(
74
video: InlineData(data: video, mimeType: "video/\(format)")
75
)
0 commit comments