Skip to content

Commit dba2bc0

Browse files
committed
Remove default from video realtime
1 parent 3c442a5 commit dba2bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Public/Live/LiveSession.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public final class LiveSession: Sendable {
6969
/// - Parameters:
7070
/// - video: Encoded video data, used to update the model on the client's conversation.
7171
/// - format: The format that the video was encoded in (eg; `mp4`, `webm`, `wmv`, etc.,).
72-
public func sendVideoRealtime(video: Data, format: String = "mp4") async {
72+
public func sendVideoRealtime(video: Data, format: String) async {
7373
let message = BidiGenerateContentRealtimeInput(
7474
video: InlineData(data: video, mimeType: "video/\(format)")
7575
)

0 commit comments

Comments
 (0)