File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change 11GROUP =io.github.webrtc-sdk
2- VERSION_NAME =114.5735.02
2+ VERSION_NAME =114.5735.03
33
44POM_NAME =WebRTC Android SDK
55POM_DESCRIPTION =WebRTC Android SDK
You can’t perform that action at this time.
0 commit comments