idmission-web-sdk 2.3.18 → 2.3.19

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.
@@ -235,7 +235,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
235
235
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
236
236
  };
237
237
 
238
- var webSdkVersion = '2.3.18';
238
+ var webSdkVersion = '2.3.19';
239
239
 
240
240
  function getPlatform() {
241
241
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -13413,7 +13413,7 @@ var useVideoRecorderStore = zustand.create()(middleware.devtools(function (set,
13413
13413
  videoRecordingStopped: true
13414
13414
  });
13415
13415
  };
13416
- videoRecorder.start(1000);
13416
+ videoRecorder.start(100);
13417
13417
  setTimeout(function () {
13418
13418
  var videoRecorder = getVideoRecorder();
13419
13419
  if (!videoRecorder || videoRecorder.state === 'inactive') {
@@ -13451,7 +13451,7 @@ var useVideoRecorderStore = zustand.create()(middleware.devtools(function (set,
13451
13451
  audioRecordingStopped: true
13452
13452
  });
13453
13453
  };
13454
- audioRecorder.start(1000);
13454
+ audioRecorder.start(100);
13455
13455
  },
13456
13456
  stopRecordingAudio: function stopRecordingAudio() {
13457
13457
  set({
@@ -13606,7 +13606,7 @@ var useVideoSignatureStore = zustand.create()(middleware.devtools(function (set,
13606
13606
  signatureRecorder.ondataavailable = function (event) {
13607
13607
  signatureChunks.push(event.data);
13608
13608
  };
13609
- signatureRecorder.start(1000);
13609
+ signatureRecorder.start(100);
13610
13610
  },
13611
13611
  stopRecording: function stopRecording() {
13612
13612
  set({