idmission-web-sdk 1.0.263 → 1.0.265

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.
@@ -51,7 +51,7 @@ var LanguageDetector__default = /*#__PURE__*/_interopDefaultLegacy(LanguageDetec
51
51
  var i18n__default = /*#__PURE__*/_interopDefaultLegacy(i18n);
52
52
  var SignatureCanvas__default = /*#__PURE__*/_interopDefaultLegacy(SignatureCanvas);
53
53
 
54
- var webSdkVersion = '1.0.263';
54
+ var webSdkVersion = '1.0.265';
55
55
 
56
56
  function getPlatform() {
57
57
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -13670,7 +13670,7 @@ var VideoSignatureCapture = function VideoSignatureCapture(_a) {
13670
13670
  startRecording();
13671
13671
  var stream = outputCanvas.current.captureStream(25 /* fps */);
13672
13672
  signatureRecorder.current = new MediaRecorder(stream, {
13673
- // mimeType: 'video/mp4; codecs="avc1.424028, mp4a.40.2"',
13673
+ videoBitsPerSecond: 270000
13674
13674
  });
13675
13675
  signatureRecorder.current.start();
13676
13676
  signatureRecorder.current.ondataavailable = function (event) {