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.
package/dist/sdk2.esm.js CHANGED
@@ -204,7 +204,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
204
204
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
205
205
  };
206
206
 
207
- var webSdkVersion = '2.3.18';
207
+ var webSdkVersion = '2.3.19';
208
208
 
209
209
  function getPlatform() {
210
210
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -13382,7 +13382,7 @@ var useVideoRecorderStore = create()(devtools(function (set, get) {
13382
13382
  videoRecordingStopped: true
13383
13383
  });
13384
13384
  };
13385
- videoRecorder.start(1000);
13385
+ videoRecorder.start(100);
13386
13386
  setTimeout(function () {
13387
13387
  var videoRecorder = getVideoRecorder();
13388
13388
  if (!videoRecorder || videoRecorder.state === 'inactive') {
@@ -13420,7 +13420,7 @@ var useVideoRecorderStore = create()(devtools(function (set, get) {
13420
13420
  audioRecordingStopped: true
13421
13421
  });
13422
13422
  };
13423
- audioRecorder.start(1000);
13423
+ audioRecorder.start(100);
13424
13424
  },
13425
13425
  stopRecordingAudio: function stopRecordingAudio() {
13426
13426
  set({
@@ -13575,7 +13575,7 @@ var useVideoSignatureStore = create()(devtools(function (set, get) {
13575
13575
  signatureRecorder.ondataavailable = function (event) {
13576
13576
  signatureChunks.push(event.data);
13577
13577
  };
13578
- signatureRecorder.start(1000);
13578
+ signatureRecorder.start(100);
13579
13579
  },
13580
13580
  stopRecording: function stopRecording() {
13581
13581
  set({