Skip to content

Commit 9c37d6a

Browse files
committed
added v11.3.3
1 parent 887f5b9 commit 9c37d6a

11 files changed

+168
-87
lines changed
9.75 KB
Binary file not shown.

ReactApp/public/AcuantImageProcessingWorker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4.26 KB
Binary file not shown.

ReactApp/public/AcuantJavascriptWebSdk.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SimpleHTMLApp/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Acuant JavaScript Web SDK v11.3.2
1+
# Acuant JavaScript Web SDK v11.3.3
22

33

4-
**March 2020**
4+
**June 2020**
55

66
----------
77

@@ -286,21 +286,21 @@ The following may significantly increase errors or false results:
286286
287287
1. Manual Capture:
288288

289-
AcuantCamera.startManualCapture({
290-
onCaptured: function(){
291-
//this will be called after user finishes capture
292-
//then proceeds to crop
293-
//onCropped will be called after finished
294-
},
295-
onCropped: function(response){
296-
if(response){
297-
//cropped response;
298-
}
299-
else{
300-
//Error occurred during cropping; retry capture
301-
}
302-
}
303-
});
289+
AcuantCamera.startManualCapture({
290+
onCaptured: function(){
291+
//this will be called after user finishes capture
292+
//then proceeds to crop
293+
//onCropped will be called after finished
294+
},
295+
onCropped: function(response){
296+
if(response){
297+
//cropped response;
298+
}
299+
else{
300+
//Error occurred during cropping; retry capture
301+
}
302+
}
303+
});
304304

305305

306306
1. AcuantCamera Info:

SimpleHTMLApp/app/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
id_password: "xxx",
106106
passive_subscriptionId:"xxx",
107107
id_endpoint:"https://services.assureid.net",
108-
liveness_endpoint:"https://preview.passlive.acuant.net"
109-
}
108+
liveness_endpoint:"https://us.passlive.acuant.net"
109+
};
110110

111111
const player = document.getElementById('acuant-player');
112112

@@ -252,4 +252,5 @@
252252
}
253253
</script>
254254
<script async src="/webSdk/dist/AcuantJavascriptWebSdk.min.js"></script>
255+
255256
</html>
9.75 KB
Binary file not shown.

SimpleHTMLApp/webSdk/dist/AcuantImageProcessingWorker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4.26 KB
Binary file not shown.

SimpleHTMLApp/webSdk/dist/AcuantJavascriptWebSdk.js

Lines changed: 144 additions & 64 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)