react_hsbc_teller 2.0.64 → 2.0.65

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/README.md CHANGED
@@ -62,6 +62,8 @@ export { default as HSBC } from "./demo/demo";
62
62
 
63
63
  ### 版本更新
64
64
  ###### 2.0.64
65
+ 1. mpass-sdk 开启服务端录制时参数请求超时时间startTimeout调整为10s
66
+ ###### 2.0.64
65
67
  1. 业务开启录制的时候再filePath后面加后缀business
66
68
  ###### 2.0.63
67
69
  1. 新加参数echoCancellation回音消除非必填默认为true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react_hsbc_teller",
3
- "version": "2.0.64",
3
+ "version": "2.0.65",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -61,7 +61,7 @@ import MultiModule from '../multiModule/multiModule'//签字、抄录
61
61
  import axios from 'axios';
62
62
  import CryptoJS from "crypto-js";
63
63
 
64
- const SDK_VERISON = '2.0.64'
64
+ const SDK_VERISON = '2.0.65'
65
65
  const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
66
66
  const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
67
67
  const { Option } = Select;
@@ -734,7 +734,7 @@ class Video extends Component {
734
734
  recordParam.width = 1280 * SCALE;
735
735
  recordParam.height = 720 * SCALE;
736
736
  recordParam.recordTotalStream = 0;
737
- recordParam.startTimeout = 20;
737
+ recordParam.startTimeout = 10;
738
738
  recordParam.splitType = 0;
739
739
  recordParam.endType = 1;
740
740
  recordParam.crf = 26
@@ -777,7 +777,7 @@ class Video extends Component {
777
777
  recordParam.width = 1280;
778
778
  recordParam.height = 720;
779
779
  recordParam.recordTotalStream = 0;
780
- recordParam.startTimeout = 20;
780
+ recordParam.startTimeout = 10;
781
781
  recordParam.splitType = 0;
782
782
  recordParam.endType = 1;
783
783
  recordParam.crf = 26