react_hsbc_teller 2.0.79 → 2.0.80
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 +3 -0
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +24 -2
- package/packages/utils/utils.js +93 -82
package/README.md
CHANGED
|
@@ -61,6 +61,9 @@ export { default as HSBC } from "./demo/demo";
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
### 版本更新
|
|
64
|
+
###### 2.0.80
|
|
65
|
+
1. 新增OnSignalDisconnected,OnSignalConnected回调用来处理30001,
|
|
66
|
+
2. 新增字段signalDisconnectedTime(收到异常后多久后异常弹窗)
|
|
64
67
|
###### 2.0.79
|
|
65
68
|
1. 开启录制的时候字段filePath由之前的时间戳改成staffId+时间戳,
|
|
66
69
|
###### 2.0.78
|