agora-electron-sdk 4.3.0-dev.1 → 4.3.0
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 +2 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
# [4.3.0
|
|
3
|
+
# [4.3.0](https://github.com/AgoraIO-Extensions/Electron-SDK/compare/v4.2.6...v4.3.0) (2024-02-28)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Bug Fixes
|
|
7
7
|
|
|
8
|
-
* destroymediarecorder NMS-18021 ([2da2d86](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/2da2d86c056e83c215294c5c5a51aae561ebd645))
|
|
9
8
|
* yuv renderer issue ([#1136](https://github.com/AgoraIO-Extensions/Electron-SDK/issues/1136)) ([94c5ad1](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/94c5ad1bd1a8e2db09676b54d0b82c0751013dfb))
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
### Features
|
|
13
12
|
|
|
14
|
-
* add IH265Transcoder ([e03c3f7](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/e03c3f72a82b73acf959421cdc010c49e0988df3))
|
|
15
13
|
* optimize for renderer ([#1132](https://github.com/AgoraIO-Extensions/Electron-SDK/issues/1132)) ([d0098c1](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/d0098c1c9f6d44dbfa6b790cf127b070d2201ac8))
|
|
14
|
+
* support 4.3.0 ([#1130](https://github.com/AgoraIO-Extensions/Electron-SDK/issues/1130)) ([2ab7994](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/2ab79943338f27e454f173f67d5fb1749a39d98e))
|
|
16
15
|
|
|
17
16
|
|
|
18
17
|
### Performance Improvements
|
|
19
18
|
|
|
20
|
-
* remove EncodedVideoFrame video renderer TES-14300 ([b735692](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/b7356924cd53f41cf91879059a66a1f52e679e24))
|
|
21
19
|
* remove useless lib after isynclib ([#1150](https://github.com/AgoraIO-Extensions/Electron-SDK/issues/1150)) ([cb81a8c](https://github.com/AgoraIO-Extensions/Electron-SDK/commit/cb81a8ce48708755cc4600b218e8046d1f85bb35))
|
|
22
20
|
|
|
23
21
|
## [4.2.6](https://github.com/AgoraIO-Extensions/Electron-SDK/compare/v4.2.4...v4.2.6) (2023-11-22)
|