Skip to content

Commit f822804

Browse files
committed
release: 97.4692.02
1 parent d2e5780 commit f822804

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
22

33
--------------------------------------------
4-
[97.4692.01] - 2021.02.15
4+
[97.4692.02] - 2022.05.10
5+
6+
* Pre-compiled M97 97.4692.02.
7+
* Added `VideoTrack.shouldReceive()` and `setShouldReceive(boolean)`
8+
* Built from https://github.com/webrtc-sdk/webrtc/commit/415fbe5e175b7f5815d497c7563eb03ee6687fbe
9+
10+
[97.4692.01] - 2022.02.15
511

612
* Upgrade to WebRTC-SDK M97.4692.01
13+
* Built from https://github.com/webrtc-sdk/webrtc/commit/8c7139f8e6fa19ddf2c91510c177a19746e1ded3
714

815
--------------------------------------------
916
[93.4577.01] - 2021.12.29

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:97.4692.01'
25+
implementation 'com.github.webrtc-sdk:android:97.4692.02'
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=97.4692.01
5+
VERSION=97.4692.02
66

77
RELEASE_VERSION=${VERSION}
88

0 commit comments

Comments
 (0)