react_hsbc_teller 2.0.89 → 2.0.92
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 +4 -0
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +31 -18
package/README.md
CHANGED
|
@@ -61,6 +61,10 @@ export { default as HSBC } from "./demo/demo";
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
### 版本更新
|
|
64
|
+
###### 2.0.92
|
|
65
|
+
1. 解决阿里sdk切流后的bug
|
|
66
|
+
###### 2.0.90
|
|
67
|
+
1. 新增zeroVolAlert---true开启音量为0持续15秒弹窗提示
|
|
64
68
|
###### 2.0.89
|
|
65
69
|
1. RM-提示语:媒体流获取失败,请刷新 改为 媒体流获取失败,请刷新,如您当前正在投屏操作,请在浏览器刷新后重新投屏
|
|
66
70
|
2. 去掉音量为0持续15秒弹窗提示
|