Delete video files in temp folder when the upload is done or has failed

This commit is contained in:
Arnfried Griesert
2024-02-09 09:33:50 +01:00
parent 95f2332738
commit 315e040d93
4 changed files with 42 additions and 6 deletions

View File

@@ -335,7 +335,7 @@ typedef enum : NSUInteger
@param selectedVideo an AVAsset that represents the video to send.
@param isPhotoLibraryAsset tell whether the video has been selected from user's photos library.
*/
- (void)sendSelectedVideoAsset:(AVAsset*)selectedVideo isPhotoLibraryAsset:(BOOL)isPhotoLibraryAsset;
- (BOOL)sendSelectedVideoAsset:(AVAsset*)selectedVideo isPhotoLibraryAsset:(BOOL)isPhotoLibraryAsset;
/**
Handle multiple media attachments according to the compression mode.