react_hsbc_teller 2.0.83 → 2.0.86
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.jsx +81 -11
package/README.md
CHANGED
|
@@ -61,6 +61,11 @@ export { default as HSBC } from "./demo/demo";
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
### 版本更新
|
|
64
|
+
###### 2.0.86
|
|
65
|
+
1. RM-full录制音频录制id保存数据库,在2210关闭full录制音频 的时候传递过来,并开启业务录制音频
|
|
66
|
+
###### 2.0.84
|
|
67
|
+
1. RM-设备选择兼容,
|
|
68
|
+
2. RM-加断点:joinRoom 加入房间成功、失败; releaseStream 发布流成功、失败; screenCasting 投屏成功、失败;leaveTheRoom 主动离开房间;recordingStatus 录制成功、失败
|
|
64
69
|
###### 2.0.83
|
|
65
70
|
1. RM-音量为0持续15秒弹窗提示,检测网络加提示: 检测标准:预估下行速度/带宽应大于0.2Mb/s
|
|
66
71
|
###### 2.0.82
|