1.0.0 (2025-02-11)
-
Added forceRelayCandidate configuration:
- Allows control over local network access on iOS.
- When set to true, the connection will only use TURN servers, preventing local network candidate gathering and avoiding the permission popup.
-
Enabled SDK support for simulators on Mac with M-series chips: Improved compatibility to allow testing the SDK on Apple Silicon simulators.
0.1.42 (2025-02-04)
- Removed Bugsnag dependency
0.1.41 (2025-01-27)
- Improved the CallKit speaker button behavior to ensure consistent functionality. The button now accurately reflects the current audio output state. Adjustments were made to the RTCAudioSession handling to resolve the issue.
0.1.40 (2025-01-22)
- Fix build on SPM: Added Foundation imports.
0.1.39 (2025-01-10)
- 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.
0.1.38 (2024-11-13)
- Prevent adding ICE candidates after negotiation ends or connection is established
0.1.37 (2024-10-29)
- Enhanced WebSocket and RTC peer reconnection logic to ensure seamless recovery during network disconnections or switches.
0.1.36 (2024-10-17)
- Resolved a race condition affecting the handling of early "Bye" messages.
0.1.35 (2024-09-19)
- Privacy Manifest improvements
0.1.34 (2024-09-04)
- WebRTC Debug Report: upload debug data.
- Reconnect when network disconnect
- Generic Client Error Fix for Attach Call Method : If attach_call call fails the sdk invokes the remoteCallEnded(..) method to identify and end the call
0.1.33 (2024-08-28)
- WebRTC Debug Report: added timestamp and data type.
0.1.31 (2024-07-24)
- WebRTC Debug Report: Collect debug statistics
0.1.30 (2024-07-24)
- Fix Package.Swift file to support Swift Package Manager.
0.1.29 (2024-06-26)
- Updated sdpSemantics to use
unifiedPlan
- Fix WebRTC Audio Session
0.1.28 (2024-05-14)
- Privacy Manifest improvements
0.1.28 (2024-05-09)
- Added Privacy Manifest