Releases: team-telnyx/telnyx-webrtc-android
1.4.2: Remove Unwanted IPS from SDP (#358)
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.
1.4.2-beta
Implemented websocket and rtc peer reconnection logic in the event of a network disconnect or network switch.
What's Changed
- Is/re attach call by @isaacakakpo1 in #355
Full Changelog: 1.4.0...1.4.1
1.4.1
- Implemented websocket and rtc peer reconnection logic in the event of a network disconnect or network switch.
What's Changed
- Is/re attach call by @isaacakakpo1 in #355
Full Changelog: 1.4.0...1.4.1
1.4.0
- Update WebRtc Lib
- Reconnect Socket with Voice-SDK-ID
1.3.9
1.3.8
What's Changed
- Expose Socket State
fun isSocketConnected(): Boolean {
return socket.isConnected
}
- Update README.md by @isaacakakpo1 in #347
- Is/update/deprecatedmethods by @isaacakakpo1 in #348
- Release 1.3.7 by @isaacakakpo1 in #346
Full Changelog: 1.3.6...1.3.8
1.3.7
What's Changed
- Handle Push Notifications Fix
- Debug Stats
- Update Push Notifications Best Practices Section ReadMe
- Update the connect Method
Description
Migrated credential
and token
login to connect
Method:
We have migrated the individual login methods to connect to the socket and login simultaneously.
telnyxClient?.connect(it, credentialConfig!!, txPushMetaData,autoLogin: true)
Autologin is enabled by default. Suppose you use the new method with autoLogin
set to true. Kindly do not call the connect
method or the deprecated methods credential or token
login from the SocketStatus.ESTABLISHED -> onConnectionEstablished()
callback.
override fun onConnectionEstablished() {
//Socket is Connected
}
- Update README.md by @isaacakakpo1 in #347
- Is/update/deprecatedmethods by @isaacakakpo1 in #348
- Release 1.3.7 by @isaacakakpo1 in #346
Full Changelog: 1.3.6...1.3.7
1.3.6
Update Kotlin version to 1.9.0
What's Changed
- Is/feature/kotlin version update by @isaacakakpo1 in #345
Full Changelog: v1.3.5...1.3.6
v1.3.5
Fix JVM issue with the androidxlifecycle. The androidxlifecycle observer onChanged(..)
method was updated to fun onChanged(value: T)
which was previously fun onChanged(value: T)
the cause of the issue.
v1.3.4
What's Changed
- Fix Speaker Reset for Multiple Calls
- Is/bug fix/call event by @isaacakakpo1 in #342
- Is/enh/speaker mode fix by @isaacakakpo1 in #343
Full Changelog: 1.3.3...v1.3.4