File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
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:97.4692.01 '
25+ implementation 'com.github.webrtc-sdk:android:97.4692.02 '
2626 }
2727```
Original file line number Diff line number Diff line change 22
33set -e
44
5- VERSION=97.4692.01
5+ VERSION=97.4692.02
66
77RELEASE_VERSION=${VERSION}
88
You can’t perform that action at this time.
0 commit comments