react_hsbc_teller 2.0.74 → 2.0.76
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 -0
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.css +667 -0
- package/packages/pages/video/video.jsx +76 -17
- package/packages/pages/video/video.less +4 -0
package/README.md
CHANGED
|
@@ -61,6 +61,11 @@ export { default as HSBC } from "./demo/demo";
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
### 版本更新
|
|
64
|
+
###### 2.0.76
|
|
65
|
+
1. 共享屏幕播放音频的时候StreamFilterHandler回调设置增益倍数,
|
|
66
|
+
2. 在环境监测的弹窗中去手动设置增益倍数:1-5
|
|
67
|
+
###### 2.0.75
|
|
68
|
+
1. IPAD录制splitType从1改为0,
|
|
64
69
|
###### 2.0.74
|
|
65
70
|
1. 业务录制异常的时候重新开启缺少标识
|
|
66
71
|
###### 2.0.73
|