Skip to content

Commit

Permalink
add startRecordingToOutputFileURL
Browse files Browse the repository at this point in the history
  • Loading branch information
YushraJewon committed Oct 4, 2024
1 parent bdd0d86 commit 94eb3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/CameraSessionManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ - (void)startRecording:(NSURL *)fileURL recordingDelegate:(id<AVCaptureFileOutpu
if ([connection isVideoOrientationSupported]) {
connection.videoOrientation = [self getCurrentOrientation];
}
[self.movieFileOutput startRecordingL:fileURL recordingDelegate:recordingDelegate];
[self.movieFileOutput startRecordingToOutputFileURL:fileURL recordingDelegate:recordingDelegate];
}
}

Expand Down

0 comments on commit 94eb3e8

Please sign in to comment.