telnyx_webrtc 1.0.2
telnyx_webrtc: ^1.0.2 copied to clipboard
Enable real-time communication with WebRTC and Telnyx. Create and receive calls on Android, iOS and Web platforms
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 - 2025-02-10 #
Bug Fixing #
- Fixed an issue where running stats on calls could cause a call to end if the description was not set.
- Fixed the web version of the SDK that was having issues working on Safari.
1.0.0 - 2025-01-29 #
Enhancement - Breaking Changes #
- Call ID no longer required when ending call or using DTMF. As these methods belong to a call object, the call ID is inferred from the call object itself. This means users only need to keep track of the call objects that are in use and call the relevant methods on the call object itself.
Bug Fixing #
- Fixed an issue where the Bye Params (such as cause = USER_BUSY) were not being included in the ReceivedMessage.
0.1.4 - 2025-01-28 #
Enhancement #
- Update UUID dependency to latest version to avoid conflicts with implementers of the SDK
0.1.3 - 2025-01-06 #
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 #
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.16 - 2024-08-01 #
0.0.15 - 2024-06-27 #
Bug Fixing #
- Fixed disposal of audio tracks to release iOS/Android microphones properly.
0.0.9 - 2022-10-22 #
0.0.8 - 2022-10-05 #
0.0.5 - 2022-09-02 #
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.