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
10 changes: 10 additions & 0 deletions telnyx_rtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.2.0](https://github.com/team-telnyx/telnyx-webrtc-android/releases/tag/3.2.0) (2025-10-22)

### Enhancement
- Connection State Exposure with DISCONNECTED, CONNECTED, RECONNECTING, CLIENT_READY states
- Expose Socket Connection Quality
- ICE Candidates Renegotiation

### Bug Fixing
- Preferred Audio Codec Implementation

## [3.1.0](https://github.com/team-telnyx/telnyx-webrtc-android/releases/tag/3.1.0) (2025-08-27)

### Enhancement
Expand Down
2 changes: 1 addition & 1 deletion telnyx_rtc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
}

def getVersionName = { ->
return "3.1.0"
return "3.2.0"
}

def getArtifactId = { ->
Expand Down
Loading