Skip to content

Releases: team-telnyx/telnyx-webrtc-ios

Release 0.1.41

27 Jan 14:25
dfbe106
Compare
Choose a tag to compare

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

22 Jan 19:19
2ff613c
Compare
Choose a tag to compare
  • Fix build on SPM: Added Foundation imports.

Release 0.1.39

10 Jan 14:10
92f1f91
Compare
Choose a tag to compare

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

13 Nov 16:33
0f3824c
Compare
Choose a tag to compare

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

29 Oct 13:41
016bc2e
Compare
Choose a tag to compare
  • Implemented websocket and rtc peer reconnection logic in the event of a network disconnect or network switch.

What's Changed

0.1.36

17 Oct 18:06
854e814
Compare
Choose a tag to compare

What's Changed

0.1.35

19 Sep 11:13
51b3cad
Compare
Choose a tag to compare

Fix Privacy Manifest File

0.1.34

05 Sep 00:05
7522a78
Compare
Choose a tag to compare
  • Send Debug Statistics
  • 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

28 Aug 23:26
Compare
Choose a tag to compare
  • Debug Stats Feature
    call.startDebugStats()

  • Call Reconnect

Full Changelog: 0.1.32...0.1.33

0.1.31

24 Jul 14:06
4ca3a34
Compare
Choose a tag to compare

What's Changed

Fix Quick decline call from Push notification