Releases: team-telnyx/telnyx-webrtc-ios
Releases · team-telnyx/telnyx-webrtc-ios
Release 0.1.41
Fixes:
- Resolved an issue where the CallKit speaker button behavior was inconsistent. Now, the button reliably reflects the current audio output state.
Release 0.1.40
- Fix build on SPM: Added Foundation imports.
Release 0.1.39
Release v0.1.39
SDK
Features
- Enable/Disable WebRTC Statistics:
You can now toggle WebRTC Statistics. When enabled, all WebRTC stats are uploaded to our servers. These statistics can be accessed via the Telnyx Portal under the Object Storage section associated with the account used to generate the credentials for the SDK login.
Demo App
Features
- Support for Multiple Credentials:
The demo app now tracks multiple sets of credentials, making it easier to switch between accounts and test different configurations.
Bug Fixes
- CallKit Mute/Unmute Buttons:
Fixed an issue where the Mute/Unmute buttons on the CallKit screen were not handled properly.
0.1.38
ICE candidates are no longer added to the peer connection after the establishment of the call to prevent use of ICE candidates that are not negotiated in the SDP.
0.1.37
- Implemented websocket and rtc peer reconnection logic in the event of a network disconnect or network switch.
What's Changed
- Is/fix/attach active call by @isaacakakpo1 in #133
Full Changelog: 0.1.36...0.1.37
0.1.36
What's Changed
- Fix Race Condition for Early Bye Message by @isaacakakpo1 in #132
Full Changelog: 0.1.35...0.1.36
0.1.35
Fix Privacy Manifest File
0.1.34
- Send Debug Statistics
- Reconnect when network disconnect
- Generic Client Error Fix for Attach Call Method : If
attach_call
call fails the sdk invokes theremoteCallEnded(..)
method to identify and end the call
0.1.33
-
Debug Stats Feature
call.startDebugStats()
-
Call Reconnect
Full Changelog: 0.1.32...0.1.33
0.1.31
What's Changed
Fix Quick decline call from Push notification
- Is/fix/quick decline call fix by @isaacakakpo1 in #128
Full Changelog: 0.1.30...0.1.31