Introduce ability to play mp4 files as they download

This commit is contained in:
Scott Nonnenberg
2025-01-14 15:22:40 +10:00
committed by GitHub
parent bab1ceb831
commit 16bbcc2c50
30 changed files with 1304 additions and 141 deletions
+2
View File
@@ -21,5 +21,7 @@ export type MediaItemType = {
loop?: boolean;
message: MediaItemMessageType;
objectURL?: string;
incrementalObjectUrl?: string;
thumbnailObjectUrl?: string;
size?: number;
};