File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33--------------------------------------------
4+ [ 104.5112.10] - 2023.06.08
5+
6+ * Upgrade to WebRTC-SDK M104.5112.10
7+ * fix frame drops for HW AndroidVideoDecoder,
8+ please use WrappedVideoDecoderFactory instead of DefaultVideoDecoderFactory.
9+
410[ 104.5112.09] - 2023.04.25
511
612* Upgrade to WebRTC-SDK M104.5112.09
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:104.5112.09 '
13+ implementation 'io.github.webrtc-sdk:android:104.5112.10 '
1414 }
1515```
Original file line number Diff line number Diff line change 22
33set -e
44
5- VERSION=104.5112.09
5+ VERSION=104.5112.10
66
77RELEASE_VERSION=${VERSION}
88
Original file line number Diff line number Diff line change 11GROUP =io.github.webrtc-sdk
2- VERSION_NAME =104.5112.09
2+ VERSION_NAME =104.5112.10
33
44POM_NAME =WebRTC Android SDK
55POM_DESCRIPTION =WebRTC Android SDK
You can’t perform that action at this time.
0 commit comments