File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 22
33--------------------------------------------
44
5+ [ 104.5112.05] - 2022.11.23
6+
7+ * Upgrade to WebRTC-SDK M104.5112.05
8+ * Fix simulcast when using hardware encoder on Android
9+
10+ Corresponds to https://github.com/webrtc-sdk/webrtc/commit/baa0294c5e48e89887ad09a0fe6785c3aa9cc705
11+
512[ 104.5112.03] - 2022.10.11
613
714* Upgrade to WebRTC-SDK M104.5112.03
1017
1118Corresponds to https://github.com/webrtc-sdk/webrtc/commit/9dab54fd76cb5d0a1a10fe6168cb356f392c502f
1219
13- [ 104.5112.02 ] - 2022.07.12
20+ [ 104.5112.01 ] - 2022.07.12
1421
15- * Upgrade to WebRTC-SDK M104.5112.02
22+ * Upgrade to WebRTC-SDK M104.5112.01
1623
1724Corresponds to https://github.com/webrtc-sdk/webrtc/commit/a828846eb98e404bf3b00c1abf3787f93171a39c
1825
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ Step 2. Add the dependency
2222
2323``` gradle
2424 dependencies {
25- implementation 'com.github.webrtc-sdk:android:104.5112.03 '
25+ implementation 'com.github.webrtc-sdk:android:104.5112.05 '
2626 }
2727```
Original file line number Diff line number Diff line change 22
33set -e
44
5- VERSION=104.5112.03
5+ VERSION=104.5112.05
66
77RELEASE_VERSION=${VERSION}
88
You can’t perform that action at this time.
0 commit comments