Skip to content

Releases: team-telnyx/telnyx-webrtc-ios

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

0.1.30

24 Jul 10:49
f958b23
Compare
Choose a tag to compare

What's Changed

SPM Fix

0.1.29

27 Jun 01:00
Compare
Choose a tag to compare

Fix for WebRTC Audio Session
Client-side should enable /disable the audio session per CXProvider delegates

 func provider(_ provider: CXProvider, didActivate audioSession: AVAudioSession) {
        self.telnyxClient?.enableAudioSession(audioSession: audioSession)
    }

    func provider(_ provider: CXProvider, didDeactivate audioSession: AVAudioSession) {
        self.telnyxClient?.disableAudioSession(audioSession: audioSession)
    }

What's Changed

0.1.28

14 May 11:40
Compare
Choose a tag to compare

Privacy Manifest Fixes