react_hsbc_teller 2.0.68 → 2.0.70
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 +7 -0
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/assets/mp3/connect_error.mp3 +0 -0
- package/packages/assets/mp3/startMedia_error.mp3 +0 -0
- package/packages/demo/demo.js +14 -0
- package/packages/pages/video/video.jsx +77 -24
- package/packages/pages/video/video.less +3 -0
package/README.md
CHANGED
|
@@ -61,6 +61,13 @@ export { default as HSBC } from "./demo/demo";
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
### 版本更新
|
|
64
|
+
###### 2.0.70
|
|
65
|
+
1. 解决按钮重复点击
|
|
66
|
+
2. 音视频异常回调从退出改为刷新当前页面
|
|
67
|
+
3. 回调的错误码拼接上具体的音视频错误码
|
|
68
|
+
4. 新增发布失败和30001失败弹窗提示,并刷新当前页面
|
|
69
|
+
###### 2.0.69
|
|
70
|
+
1. 设备检测弹窗的(当前设备)这四个字加高亮
|
|
64
71
|
###### 2.0.68
|
|
65
72
|
1. 新加参数audioinputNameList用来匹配麦克风用来默认选项
|
|
66
73
|
###### 2.0.67
|