@bigbinary/neeto-media-recorder 2.5.8-beta → 2.5.8-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -1303,7 +1303,7 @@ var MediaRecorder = function MediaRecorder(_ref, ref) {
1303
1303
  var recording = _ref2.recording,
1304
1304
  uploadId = _ref2.uploadId;
1305
1305
  var multipartS3Uploader = getMultipartS3Uploader();
1306
- multipartS3Uploader.initialize(recording.id, uploadId);
1306
+ multipartS3Uploader.setRecording(recording.id, uploadId);
1307
1307
  var uploadStatus = multipartS3Uploader.status;
1308
1308
  var recorderStatus = useRecorderStore.getState().status;
1309
1309
  if (uploadStatus === UPLOAD_STATUS$1.uploading || isRetryUpload) {