idmission-web-sdk 1.0.222 → 1.0.223

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.
@@ -49,7 +49,7 @@ var LanguageDetector__default = /*#__PURE__*/_interopDefaultLegacy(LanguageDetec
49
49
  var i18n__default = /*#__PURE__*/_interopDefaultLegacy(i18n);
50
50
  var SignatureCanvas__default = /*#__PURE__*/_interopDefaultLegacy(SignatureCanvas);
51
51
 
52
- var webSdkVersion = '1.0.222';
52
+ var webSdkVersion = '1.0.223';
53
53
 
54
54
  function getPlatform() {
55
55
  if (typeof window === 'undefined') return;
@@ -1783,6 +1783,7 @@ var useHighestResCaptureDevice = function useHighestResCaptureDevice(_a) {
1783
1783
  selectedCamera = iphoneContinuityCamera;
1784
1784
  }
1785
1785
  } else if ((platform === null || platform === void 0 ? void 0 : platform.os.family) === 'Android') {
1786
+ if (debugMode) console.log('flipping available cameras because platform is android');
1786
1787
  availableCameras.reverse();
1787
1788
  }
1788
1789
  if (preferFrontFacingCamera) {