Marino Faggiana 7 năm trước cách đây
mục cha
commit
f49919424a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      iOSClient/Networking/CCNetworking.m

+ 1 - 1
iOSClient/Networking/CCNetworking.m

@@ -822,7 +822,7 @@
                 if (exportSession) {
                     
                     exportSession.outputURL = [NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadataNet.fileName]];
-                    //exportSession.outputFileType = AVFileTypeQuickTimeMovie;
+                    exportSession.outputFileType = AVFileTypeQuickTimeMovie;
                     
                     [exportSession exportAsynchronouslyWithCompletionHandler:^{