Skip to content

Commit

Permalink
Merge pull request #3333 from AgoraIO/release-notes-422
Browse files Browse the repository at this point in the history
update Android 422 release notes
  • Loading branch information
jinyuagora authored Sep 19, 2023
2 parents 5654b53 + eff7bf0 commit a7dbf22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 8 additions & 12 deletions markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

v4.2.2 was released on July xx, 2023.

#### Compatibility changes

In this version, some constructors have been removed from the `VideoCanvas` class.

#### New features

1. **Wildcard token**
Expand Down Expand Up @@ -68,6 +72,10 @@ This release fixed the following issues:
- `codecLevels` in `CodecCapInfo`
- `REMOTE_VIDEO_STATE_REASON_CODEC_NOT_SUPPORT`

**Deleted**

- Some constructors in `VideoCanvas`

## v4.2.1

This version was released on June 21, 2023.
Expand Down Expand Up @@ -465,18 +473,6 @@ This release fixed the following issues:

- `adjustUserPlaybackSignalVolumeEx`

- `IAgoraMusicContentCenter` interface class and methods in it

- `IAgoraMusicPlayer` interface class and methods in it

- `IMusicContentCenterEventHandler` interface class and callbacks in it

- `Music` class

- `MusicChartInfo` class

- `MusicContentCenterConfiguration` class

- `MvProperty` class

- `ClimaxSegment` class
Expand Down
6 changes: 5 additions & 1 deletion markdown/RTC 4.x/release-notes/zh-CN/release_android_ng.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

该版本废弃了 `IAgoraMusicContentCenter` 类下的 `preload [1/2]` 方法并新增 `preload [2/2]` 方法。如果你使用了 `preload [1/2]` 方法实现预加载音乐资源,请在升级到该版本后更新 app 代码。

**视频画布属性**

该版本的 `VideoCanvas` 类中删除了部分构造函数。

#### 新增特性

1. **通配 Token**
Expand Down Expand Up @@ -309,7 +313,7 @@
- `startRecording``stopRecording``setMediaRecorderObserver` 中的 `connection`
- `onScreenCaptureVideoFrame`
- `onPreEncodeScreenVideoFrame`

- `VideoCanvas` 的部分构造函数


## v4.1.1
Expand Down

0 comments on commit a7dbf22

Please sign in to comment.