Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
--------------------------------------------
[137.7151.05] - 2025.11.25

* Upgrade to WebRTC-SDK M137.7151.05
* Fixes noise suppression and echo cancelling not working.
* Fixes microphone not turning off when muted.

Corresponds to https://github.com/webrtc-sdk/webrtc/commit/624fa1dce239af785fc5fa9ca3b21b9250d3f835

--------------------------------------------
[137.7151.04] - 2025.09.09
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This library is hosted on Maven Central. To include this library in your project

```gradle
dependencies {
implementation 'io.github.webrtc-sdk:android:137.7151.04'
implementation 'io.github.webrtc-sdk:android:137.7151.05'
}
```

Expand All @@ -19,6 +19,6 @@ avoiding any collisions with other WebRTC libraries:

```gradle
dependencies {
implementation 'io.github.webrtc-sdk:android-prefixed:137.7151.03'
implementation 'io.github.webrtc-sdk:android-prefixed:137.7151.05'
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.github.webrtc-sdk
VERSION_NAME=137.7151.04
VERSION_NAME=137.7151.05
POM_NAME=WebRTC Android SDK
POM_DESCRIPTION=WebRTC Android SDK
POM_PACKAGING=aar
Expand Down