Skip to content

Commit db5d0cd

Browse files
committed
release: 104.5112.03
1 parent c21aa83 commit db5d0cd

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGES.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
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

817
Corresponds to https://github.com/webrtc-sdk/webrtc/commit/a828846eb98e404bf3b00c1abf3787f93171a39c
918

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

custom_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
VERSION=104.5112.01
5+
VERSION=104.5112.03
66

77
RELEASE_VERSION=${VERSION}
88

0 commit comments

Comments
 (0)