File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
23--------------------------------------------
34
4- [ 104.5112.01] - 2022.07.12
5+ [ 104.5112.03] - 2022.10.11
6+
7+ * Upgrade to WebRTC-SDK M104.5112.03
8+ * feat: Add getStats for RtpSender/RtpReceiver.
9+ * Added "stopped" RtpTransceiverDirection value
10+
11+ Corresponds to https://github.com/webrtc-sdk/webrtc/commit/9dab54fd76cb5d0a1a10fe6168cb356f392c502f
12+
13+ [ 104.5112.02] - 2022.07.12
514
6- * Upgrade to WebRTC-SDK M104.5112.01
15+ * Upgrade to WebRTC-SDK M104.5112.02
716
817Corresponds to https://github.com/webrtc-sdk/webrtc/commit/a828846eb98e404bf3b00c1abf3787f93171a39c
918
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.01 '
25+ implementation 'com.github.webrtc-sdk:android:104.5112.03 '
2626 }
2727```
Original file line number Diff line number Diff line change 22
33set -e
44
5- VERSION=104.5112.01
5+ VERSION=104.5112.03
66
77RELEASE_VERSION=${VERSION}
88
You can’t perform that action at this time.
0 commit comments