Skip to main content

WebRTC Flutter ChangeLog

0.1.2 (2024-12-20)

Bug Fixing

  • Fixed an issue where, when accepting a an invite, the destination number was being set to name instead of number.

0.1.1 (2024-12-12)

Enhancement

  • Improve IceCandidate handling to skip candidates when call is active
  • Improve PushNotification support on callkit for iOS

Bug Fixing

  • General bug fixes and import cleanups.

0.1.0 (2024-11-07)

Enhancement

  • Implemented WebSocket and RTC peer reconnection logic to ensure seamless recovery during network disconnects or switches.

0.0.18 (2024-09-25)

Bug Fixing

  • General bug fixes related to imports and how they work and switch between Mobile / Web

0.0.17 (2024-08-12)

Feature

  • Added support to include login credentials for the connect method.

0.0.16 (2024-08-01)

Feature

  • Implemented push notifications mechanism for both background and foreground states.

Bug Fixing

  • Fixed one-way audio issue.
  • Enhanced call state handling mechanism.

0.0.15 (2024-06-27)

Bug Fixing

  • Fixed disposal of audio tracks to release iOS/Android microphones properly.

0.0.14 (2024-03-20)

Bug Fixing

  • Fixed iOS push notification handling and reliability.

0.0.13 (2024-03-07)

Bug Fixing

  • Resolved issues with Android push notifications.

0.0.12 (2024-02-27)

Bug Fixing

  • Fixed audio issues for the web platform.

0.0.11 (2024-02-07)

Bug Fixing

  • Fixed ringing state behavior.

0.0.10 (2024-01-04)

Bug Fixing

  • Fixed gateway timeout issues.

0.0.9 (2022-10-22)

Feature

  • Updated the sample app with a new disconnect functionality.

Bug Fixing

  • Fixed disconnect functionality to allow subsequent logins.

0.0.8 (2022-10-05)

Enhancement

  • Added Ping/Pong socket functionality to keep sockets alive.

Bug Fixing

  • Fixed serialized variable names for better backend functionality.
  • Improved code formatting for readability.

0.0.7 (2022-09-21)

Bug Fixing

  • General bug fixes.
  • Improved code formatting for readability.

0.0.6 (2022-09-05)

Feature

  • Enabled speaker mode toggle.

0.0.5 (2022-09-02)

Feature

  • Enabled PSTN call integration using early SDP contained in Telnyx media messages.

Bug Fixing

  • Fixed ICE candidate error that would add a local IP ICE candidate.

0.0.4 (2022-08-26)

Bug Fixing

  • Improved stability by providing a session ID to the backend immediately rather than waiting to set one.
  • Fixed gateway retry errors that continuously retried without a timeout.

0.0.3 (2022-08-03)

Enhancement

  • Improved SDK stability with regular black-box tests.
  • Included an example folder with documentation.

Bug Fixing

  • Resolved issues from static code analysis.

0.0.2 (2022-07-22)

Enhancement

  • Simplified SDK usage by removing unnecessary parameters from various calls.
  • Added reference links for Pub.dev listing.

0.0.1 (2022-07-18)

Initial Release

  • Initial release with basic functionality.