Releases: team-telnyx/telnyx-webrtc-ios
Releases · team-telnyx/telnyx-webrtc-ios
0.1.38
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
0.1.30
What's Changed
SPM Fix
0.1.29
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
- Feature/privacy manifest by @isaacakakpo1 in #121
Full Changelog: 0.1.26...0.1.29
0.1.28
Privacy Manifest Fixes