Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.2 #109

Merged
merged 1 commit into from
Feb 17, 2025
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: 7 additions & 1 deletion packages/telnyx_webrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## [1.0.1](https://pub.dev/packages/telnyx_webrtc/versions/1.0.0) (2025-02-10)
## [1.0.2](https://pub.dev/packages/telnyx_webrtc/versions/1.0.2) (2025-02-14)

### Bug Fixing

- Fixed an issue where the call states were not being updated correctly, identifying a call as active when it was still connecting (ICE Gathering). This caused a scenario where users thought a call was active but couldn't hear anything.

## [1.0.1](https://pub.dev/packages/telnyx_webrtc/versions/1.0.1) (2025-02-10)

### Bug Fixing

Expand Down
2 changes: 1 addition & 1 deletion packages/telnyx_webrtc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Enable real-time communication with WebRTC and Telnyx. Create and r
homepage: https://telnyx.com/
repository: https://github.com/team-telnyx/flutter-voice-sdk
issue_tracker: https://github.com/team-telnyx/flutter-voice-sdk/issues
version: 1.0.1
version: 1.0.2

environment:
sdk: ">=3.0.0 <3.22.3"
Expand Down
Loading