Skip to content

Commit 58167ae

Browse files
committed
release: 114.5735.03
1 parent a567216 commit 58167ae

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33
--------------------------------------------
4+
[114.5735.03] - 2023.09.14
5+
6+
* Upgrade to WebRTC-SDK M114.5735.03
7+
* Improve e2ee, add setSharedKey to KeyProvider.
8+
* Expose audio sample buffers for Android.
9+
* Add scalabilityMode support for AV1/VP9.
10+
* add failure tolerance for framecryptor.
11+
12+
Corresponds to https://github.com/webrtc-sdk/webrtc/commit/2ab452f5c9427dc97eb8ec2db2023cefef816e18
13+
414
[114.5735.02] - 2023.07.13
515

616
* Upgrade to WebRTC-SDK M114.5735.02

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ This library is hosted on Maven Central. To include this library in your project
1010

1111
```gradle
1212
dependencies {
13-
implementation 'io.github.webrtc-sdk:android:114.5735.02'
13+
implementation 'io.github.webrtc-sdk:android:114.5735.03'
1414
}
1515
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.webrtc-sdk
2-
VERSION_NAME=114.5735.02
2+
VERSION_NAME=114.5735.03
33

44
POM_NAME=WebRTC Android SDK
55
POM_DESCRIPTION=WebRTC Android SDK

0 commit comments

Comments
 (0)