File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2+ --------------------------------------------
3+ [ 144.7559.04] - 2026.04.21
4+
5+ * Upgrade to WebRTC-SDK M144.7559.04
6+
7+ Corresponds to https://github.com/webrtc-sdk/webrtc/commit/597a7f4fb2c252c8d3c1d8d8144bfb730fbacaf2
8+
29--------------------------------------------
310[ 144.7559.01] - 2026.3.13
411
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This library is hosted on Maven Central. To include this library in your project
1010
1111``` gradle
1212 dependencies {
13- implementation 'io.github.webrtc-sdk:android:144.7559.01 '
13+ implementation 'io.github.webrtc-sdk:android:144.7559.04 '
1414 }
1515```
1616
@@ -19,14 +19,14 @@ avoiding any collisions with other WebRTC libraries:
1919
2020``` gradle
2121 dependencies {
22- implementation 'io.github.webrtc-sdk:android-prefixed:144.7559.01 '
22+ implementation 'io.github.webrtc-sdk:android-prefixed:144.7559.04 '
2323 }
2424```
2525
2626A stripped-down variant of the prefixed library (removing software video codecs and optimized for size instead of speed) is also available:
2727
2828``` gradle
2929 dependencies {
30- implementation 'io.github.webrtc-sdk:android-prefixed-stripped:144.7559.01 '
30+ implementation 'io.github.webrtc-sdk:android-prefixed-stripped:144.7559.04 '
3131 }
3232```
Original file line number Diff line number Diff line change 11GROUP =io.github.webrtc-sdk
2- VERSION_NAME =144.7559.01
2+ VERSION_NAME =144.7559.04
33POM_NAME =WebRTC Android SDK
44POM_DESCRIPTION =WebRTC Android SDK
55POM_PACKAGING =aar
You can’t perform that action at this time.
0 commit comments