zby-live-sdk 1.0.49-beta20230302 → 1.0.49-beta20230324
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/CHANGELOG.md +17 -2
- package/dist/zby-live-sdk.cjs.js +3 -3
- package/dist/zby-live-sdk.esm.js +3 -3
- package/dist/zby-live-sdk.umd.js +3 -4
- package/package.json +1 -1
- package/src/channel/pomelo/index.js +2 -2
- package/src/channel/pomelo/polemo.js +2 -1
- package/src/config/config.js +1 -1
- package/src/network/dataReport.js +7 -0
- package/src/notice.js +14 -0
- package/src/zby-av-sdk/zego-sdk.js +33 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
|
-
# Change Log
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
<a name="1.0.49-beta20230324"></a>
|
|
6
|
+
## [1.0.49-beta20230324](https://git.100tal.com/peiyou_jiaoxue_shouke/xbase_extension_zby_live_sdk/compare/v1.0.49-beta1008-1...v1.0.49-beta20230324) (2023-03-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* pomelo服务添加orgId字段(标品) ([90d95b3](https://git.100tal.com/peiyou_jiaoxue_shouke/xbase_extension_zby_live_sdk/commits/90d95b3))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
<a name="1.0.49-beta20230306"></a>
|
|
16
|
+
## [1.0.49-beta20230306](2023-03-06)
|
|
17
|
+
1.增加断网重试推拉流通知
|
|
2
18
|
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
19
|
|
|
5
20
|
<a name="1.0.49-beta20230302"></a>
|
|
6
21
|
## [1.0.49-beta20230302](2023-03-02)
|