idmission-web-sdk 1.0.262 → 1.0.264

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.
@@ -50,7 +50,7 @@ var LanguageDetector__default = /*#__PURE__*/_interopDefaultLegacy(LanguageDetec
50
50
  var i18n__default = /*#__PURE__*/_interopDefaultLegacy(i18n);
51
51
  var SignatureCanvas__default = /*#__PURE__*/_interopDefaultLegacy(SignatureCanvas);
52
52
 
53
- var webSdkVersion = '1.0.262';
53
+ var webSdkVersion = '1.0.264';
54
54
 
55
55
  function getPlatform() {
56
56
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -13564,7 +13564,7 @@ var VideoSignatureCapture = function VideoSignatureCapture(_a) {
13564
13564
  startRecording();
13565
13565
  var stream = outputCanvas.current.captureStream(25 /* fps */);
13566
13566
  signatureRecorder.current = new MediaRecorder(stream, {
13567
- // mimeType: 'video/mp4; codecs="avc1.424028, mp4a.40.2"',
13567
+ videoBitsPerSecond: 270000
13568
13568
  });
13569
13569
  signatureRecorder.current.start();
13570
13570
  signatureRecorder.current.ondataavailable = function (event) {