Skip to content

Commit

Permalink
release: 114.5735.03
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Sep 14, 2023
1 parent a567216 commit 58167ae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

--------------------------------------------
[114.5735.03] - 2023.09.14

* Upgrade to WebRTC-SDK M114.5735.03
* Improve e2ee, add setSharedKey to KeyProvider.
* Expose audio sample buffers for Android.
* Add scalabilityMode support for AV1/VP9.
* add failure tolerance for framecryptor.

Corresponds to https://github.com/webrtc-sdk/webrtc/commit/2ab452f5c9427dc97eb8ec2db2023cefef816e18

[114.5735.02] - 2023.07.13

* Upgrade to WebRTC-SDK M114.5735.02
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ This library is hosted on Maven Central. To include this library in your project

```gradle
dependencies {
implementation 'io.github.webrtc-sdk:android:114.5735.02'
implementation 'io.github.webrtc-sdk:android:114.5735.03'
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.github.webrtc-sdk
VERSION_NAME=114.5735.02
VERSION_NAME=114.5735.03

POM_NAME=WebRTC Android SDK
POM_DESCRIPTION=WebRTC Android SDK
Expand Down

0 comments on commit 58167ae

Please sign in to comment.