react_hsbc_teller 2.0.67 → 2.0.69
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 +5 -1
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/demo/demo.js +2 -0
- package/packages/pages/video/video.jsx +11 -5
- package/packages/pages/video/video.less +3 -0
package/README.md
CHANGED
|
@@ -61,9 +61,13 @@ export { default as HSBC } from "./demo/demo";
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
### 版本更新
|
|
64
|
+
###### 2.0.69
|
|
65
|
+
1. 设备检测弹窗的(当前设备)这四个字加高亮
|
|
66
|
+
###### 2.0.68
|
|
67
|
+
1. 新加参数audioinputNameList用来匹配麦克风用来默认选项
|
|
64
68
|
###### 2.0.67
|
|
65
69
|
1. 定时1秒后触发Ipad录制
|
|
66
|
-
###### 2.0.
|
|
70
|
+
###### 2.0.66
|
|
67
71
|
1. 在获取设备列表的时候增加saveLog
|
|
68
72
|
###### 2.0.65.1
|
|
69
73
|
1. mpass-sdk 开启服务端录制时参数请求超时时间startTimeout调整为10s
|