telnyx_common 0.0.2-beta
telnyx_common: ^0.0.2-beta copied to clipboard
A high-level, state-agnostic, drop-in module for the Telnyx Flutter SDK that simplifies WebRTC integration.
0.0.2-beta - 2025-10-21 #
Enhancement #
- Bump telnyx_webrtc dependency to 3.1.0 to incorporate latest WebRTC improvements and bug fixes.
- Implement connection quality metric callback to monitor connection state in real-time. (Updates in 30 second intervals)
- Allow for fetching and applying of preferred codecs from telnyx_voip_client for new calls.
0.0.1-beta - 2025-08-25 #
Enhancement #
- Initial beta release of the Flutter Voice Commons SDK, providing foundational VoIP functionalities for Flutter applications.
- Features include:
- SIP Credential Login
- Connection State Monitoring
- Outgoing Call Handling
- Call State Display
- Native UI Integration (CallKit for iOS, ConnectionService for Android)
- Push Notification Handling for Background Calls on both platforms