react_hsbc_teller 2.0.62 → 2.0.64
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 +9 -0
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +11 -25
package/README.md
CHANGED
|
@@ -61,6 +61,15 @@ export { default as HSBC } from "./demo/demo";
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
### 版本更新
|
|
64
|
+
###### 2.0.64
|
|
65
|
+
1. 业务开启录制的时候再filePath后面加后缀business
|
|
66
|
+
###### 2.0.63
|
|
67
|
+
1. 新加参数echoCancellation回音消除非必填默认为true
|
|
68
|
+
2. 新加参数noiseSuppression降噪非必填默认为true
|
|
69
|
+
3. 销售人员合并签署弹窗,其他区域点击,背景等都不触发onCancelSign 只有右上角的x可以出发
|
|
70
|
+
###### 2.0.62
|
|
71
|
+
1. mpass-sdk 开启服务端录制时参数请求超时时间startTimeout调整为20s
|
|
72
|
+
2. 录制错误对外抛错误加上msg区分具体的错误
|
|
64
73
|
###### 2.0.61
|
|
65
74
|
1. mpass-sdk 开启服务端录制时参数请求超时时间startTimeout调整为20s
|
|
66
75
|
###### 2.0.60
|